CenomeCache.ini.example 363 B

1234567891011121314
  1. [AssetCache]
  2. ;;
  3. ;; Options for CenomeAssetCache
  4. ;;
  5. ; Max size of the cache in bytes
  6. ; 134217728 = 128 MB, 26843556 = 256 MB, etc (default: 134217728)
  7. MaxSize = 134217728
  8. ; How many assets it is possible to store in the cache (default: 4096)
  9. MaxCount = 4096
  10. ; Expiration time in minutes (default: 30)
  11. ExpirationTime = 30