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