mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #11823] Add Env Var to disable second level cache #13015
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11823
State: closed
Merged: Yes
Changes
This is an attempt to track down possible causes of remaining database lockups. Add an environment variable to disable the second-level cache entirely to see if it works better on systems that still experience lockups.
For example (note the double underscore
__betweenSQLITEanddisableSecondLevelCacheis required):This is not a guaranteed fix, just an option for (advanced) users to test if it improves the situation. So it may be removed in future version.
Issues
See #11589 #11813 #11834
Probably also others I'm not aware of.