-
Mark Chao authored
Currently gitaly can return large number of filename search results, but since binary_path is not set, our ruby filter would acquire it by fetching blob data from gitaly, causing performance issue. By setting binary_path, the fetching can be avoided.
83e79096