forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 7
mumc_configyaml>admin_settings>cache>size
terrelsa13 edited this page May 13, 2024
·
2 revisions
- Parent
- Description
admin_settings:
cache:
size: integer
-
Maximum cache
size
in MEGABYTES. -
To keep MUMC and the Emby/Jellyfin server running efficiently we want to send repetitive API queries to the sever the least amount of times possible
-
If any single data entry is larger than the
cache
size, that data entry will not be cached -
1MB of cache is better than 0MB of cache
-
Setting
DEBUG: 1
will print thecache
statistics to help determine the bestcache
settings (i.e.size
,fallback_behavior
, andminimum_age
) -
- 1 000 000 B = 1 MB = 0.001 GB
- 10 000 000 B = 10 MB = 0.01 GB
- 100 000 000 B = 100 MB = 0.1 GB
- 1 000 000 000 B = 1 000 MB = 1 GB
- 10 000 000 000 B = 10 000 MB = 10 GB
-
0 - Disable cache
-
1-10000 - Size of cache in MEGABYTES (MB)
Example:
size: 32
- MUMC wiki
- Install
- Files & Directories
- Terminology
- Configuration File Examples
- Configuration Tree
-
Additional Information
- OS Permissions
- Configuration Builder/Editor
- Played And Created Filter Statement Breakdown
- Played And Created Filter Tag Breakdown
- Dangerous Filter Statements
- Behavioral Statement Breakdown
- Behavioral Tag Breakdown
- Blacklisting vs Whitelisting
- Blacktagging vs Whitetagging
- Library Matching byId vs byPath vs byNetworkPath
- Minimum Episodes vs Minium Played Episodes
- Conditional Behavior Priorities
- Media Mangers
- Command-Line Arguments
- Make MUMC Run FASTERRRRRR!!!
- Known Limitations