Replies: 1 comment
-
use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to ignore files on the watcher based on their modified date? Im trying to implement chokidar to watch for recent invoices (90 days) in a folder, but when the folder has like 3k+ files (because it includes invoices even from 2023, 2022) the lower spec systems goes bananas. And this happens on every startup of the app. Have anyone gone through something like that?
(one system had 100k+ files, the owner uninstalled the app immediately since it froze everything.)
Beta Was this translation helpful? Give feedback.
All reactions