Cloudbox / autoscan

Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
MIT License
611 stars 53 forks source link

fix(processor): limit db to one connection #43

Closed m-rots closed 3 years ago

m-rots commented 3 years ago

Limiting the database to one connection should resolve the database is locked which may occur when multiple webhooks are writing at the same time.

Sources: