You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add a new environment variable such that if the filesystem storage reaches a certain percent used, it would expire the oldest cache items?
CLEANUP_FILESYSTEM_PERCENT
Prepare to save a cache
Check the storage percentage used
If above CLEANUP_FILESYSTEM_PERCENT purge the oldest item in the cache.
Save the new cache item
I could see this working separately or in parallel with CLEANUP_OLDER_THAN_DAYS.
The text was updated successfully, but these errors were encountered:
Is it possible to add a new environment variable such that if the filesystem storage reaches a certain percent used, it would expire the oldest cache items?
CLEANUP_FILESYSTEM_PERCENT
CLEANUP_FILESYSTEM_PERCENT
purge the oldest item in the cache.I could see this working separately or in parallel with
CLEANUP_OLDER_THAN_DAYS
.The text was updated successfully, but these errors were encountered: