mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 04:32:32 +00:00
This update tweaks the way state works in Tautulli, and will now only store/update the activity, user list, and history in the global state. The remaining data fetched while browsing Tautulli will remain in "module" state, as in it will remain loaded until you switch to a different module. This allows for reduced memory pressure, especially when older modules get updated to store some state across module switches. NEW - [Tautulli] Statistics page - [Tautulli] Recently added page TWEAKS - [Tautulli/State] Reduced content that remains in global state to reduce memory pressure - [Tautulli] Reduced the amount of entries fetched in lists to reduce memory pressure FIXES - [Startup] Initialize the logger before anything else to allow logging errors in the startup routine