boyter / searchcode-server

The offical home of searchcode-server where you can run searchcode locally. Note that master is generally unstable in the sense that it is not a release. Check releases for release versions https://github.com/boyter/searchcode-server/releases

Home Page:https://searchcodeserver.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce Processing by Checking File Modified Stamps

boyter opened this issue · comments

With the removal of the deltas updates to the index now need to process the whole of the file repository.

This should hook into the last index time and check the last modified date so that this can be faster. For reindex it needs to determine if the index is in reindex state and if so skip this check.

Currently sitting in master.