Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Add caching of processed files on file watcher #9

Open
geoah opened this issue Oct 15, 2016 · 0 comments
Open

Add caching of processed files on file watcher #9

geoah opened this issue Oct 15, 2016 · 0 comments

Comments

@geoah
Copy link
Member

geoah commented Oct 15, 2016

Current implementation of the file watcher goes through the directory when it first start in order to make sure we didn't miss anything.
Processing all files again and again will be very expensive.

We need a way to cache (and persist this cache) of files that have been processed so we don't process them again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant