#Client Chunk Cache Settings [client-chunk-cache] # #-------------------------------------------------------------------------- #Maximum estimated memory budget in MiB used by the client-side chunk transport cache. # Default: 110 # Range: 50 ~ 500 chunk_cache_max_memory_mb = 110 # #-------------------------------------------------------------------------- #Start recycling old chunk cache entries when the remaining cache budget drops below this MiB threshold. # Default: 10 # Range: 1 ~ 128 chunk_cache_recycle_trigger_free_mb = 10 # #-------------------------------------------------------------------------- #Enable client-only periodic backup for the persistent chunk cache zip. persistent_cache_backup_enabled = true # #-------------------------------------------------------------------------- #Interval in seconds for copying the persistent chunk cache zip to a backup zip. # Default: 600 # Range: 1 ~ 3600 persistent_cache_backup_interval_seconds = 600