core.fsmonitor always perform rescans

2018-03-25 Thread Tatsuyuki Ishi
tamp before watchman has crawled the directories, watchman will always return all files inside the directory. This happens everytime I run a git command, resulting in slowness. Is the timestamp not being updated an intended behavior, or is this a bug? Tatsuyuki Ishi

Re: core.fsmonitor always perform rescans

2018-04-11 Thread Tatsuyuki Ishi
2018-04-10 23:34 GMT+09:00 Ben Peart : > As a performance optimization, the fsmonitor code doesn't flag the index as > dirty and force it to be written out with every command. Can you try > performing a git operation (add, rm, commit, etc) that will write out an > updated index and see if that fix