I'm interested in finding just the first occurrence of requested file. But due to a complex directory structure in our repo the scan takes much time.
It would be a great optimization feature if you expose some API to limit the number of matches to top X, or may be evaluate some callback method in order to stop search or continue.
I'm interested in finding just the first occurrence of requested file. But due to a complex directory structure in our repo the scan takes much time.
It would be a great optimization feature if you expose some API to limit the number of matches to top X, or may be evaluate some callback method in order to stop search or continue.