mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00

* Fix inotify read timeout This was off by a factor of 1000, leading to a lot more invocations of the loop body than necessary. * Incorporate review feedback