stumpapp / stump

A free and open source comics, manga and digital book server with OPDS support (WIP)
https://stumpapp.dev
MIT License
863 stars 34 forks source link

:art: Session cleanup as queueable job #201

Closed aaronleopold closed 8 months ago

aaronleopold commented 8 months ago

In an effort to reduce the likelihood of multiple DB writers at a given time, I made the session cleanup task a job. This way, it has to be queued before it can do its thing and potentially interfere with scans.

I also bumped the default interval from every minute to every 24 hours