tnc-ca-geo / animl-base

Application deployed on field computers to integreate Buckeye X80 wireless camera traps with Animl
Other
4 stars 0 forks source link

Test unwatching of image files in worker.js #18

Open nathanielrindlaub opened 3 years ago

nathanielrindlaub commented 3 years ago

I ran into an "Error ENOSPC System limit for number of file watchers reached" error, so I increased the limit per this post, and I also implemented a line in worker.js that unwatches image files after they've been uploaded to s3, but still need to test it.

nathanielrindlaub commented 3 years ago

Relevant: https://github.com/paulmillr/chokidar/issues/966