mirror of
https://github.com/rommapp/romm.git
synced 2026-02-20 00:24:55 +08:00
The `watchfiles` library supports event batching, which allows us to process multiple filesystem changes in a single run. This change also avoids database calls in the watcher as much as possible.