aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/CenomeCache.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/CenomeCache.ini.example')
-rw-r--r--bin/config-include/CenomeCache.ini.example15
1 files changed, 8 insertions, 7 deletions
diff --git a/bin/config-include/CenomeCache.ini.example b/bin/config-include/CenomeCache.ini.example
index 8ef4e03..4340493 100644
--- a/bin/config-include/CenomeCache.ini.example
+++ b/bin/config-include/CenomeCache.ini.example
@@ -1,13 +1,14 @@
1[AssetCache] 1[AssetCache]
2 ;; 2 ;;
3 ;; Options for CenmoeAssetCache 3 ;; Options for CenomeAssetCache
4 ;; 4 ;;
5 5
6 ; 256 MB (default: 134217728) 6 ; Max size of the cache in bytes
7 MaxSize = 268435456 7 ; 134217728 = 128 MB, 26843556 = 256 MB, etc (default: 134217728)
8 MaxSize = 134217728
8 9
9 ; How many assets it is possible to store cache (default: 4096) 10 ; How many assets it is possible to store in the cache (default: 4096)
10 MaxCount = 16384 11 MaxCount = 4096
11 12
12 ; Expiration time - 1 hour (default: 30 minutes) 13 ; Expiration time in minutes (default: 30)
13 ExpirationTime = 60 14 ExpirationTime = 30