forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 6
mumc_configyaml>admin_settings>cache>minimum_age
terrelsa13 edited this page Oct 27, 2024
·
1 revision
- Parent
- Description
admin_settings:
cache:
minimum_age: integer
-
Once the cache is too full for the next entry,
minimum_age
is used to determine which of the older entries are eligible to be removed from thecache
. -
Bigger is not always better:
- The older an entry is allowed to be, the less entries can be removed from cache when it is full
- When this happens MUMC will not be able to find any entries to remove and will revert to the fallback_behavior; removing entries until there is enough space in the cache for the newest entry
-
Instead of increasing
minimum_age
it is recommended to first increase the overall cache size- A bigger overall cache size means less need to remove entries
-
Setting
DEBUG: 1
will print the cache statistics to help determine the best cache settings (i.e.size
,fallback_behavior
, andminimum_age
) -
0-600000 - Minimum cache item's entry age for removal in MILLISECONDS (ms)
Example:
minimum_age: 200
- MUMC wiki
- Install
- Files & Directories
- First Run
- Scheduled Run
- Terminology
- Configuration File Examples
- Configuration Tree
-
Additional Information
- OS Permissions
- User And Library Builder
- 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
- Command-Line Options
- Make MUMC Run FASTERRRRRR!!!
- Known Limitations