aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/GridCommon.ini.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 8a95776..3825374 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -1,6 +1,7 @@
1[Modules] 1[Modules]
2 ;AssetCaching = "CoreAssetCache" 2 ;AssetCaching = "CoreAssetCache"
3 AssetCaching = "GlynnTuckerAssetCache" 3 AssetCaching = "GlynnTuckerAssetCache"
4 ;AssetCaching = "CenomeMemoryAssetCache"
4 5
5[AssetCache] 6[AssetCache]
6 ; Number of buckets for assets 7 ; Number of buckets for assets
@@ -16,3 +17,10 @@
16 ; 17 ;
17 AssetServerURI = "http://myassetserver.com:8003" 18 AssetServerURI = "http://myassetserver.com:8003"
18 19
20 ; Optional configurations for CenomeMemoryAssetCache
21 ; Cache size 128 MB (default: 134217728)
22 ; MaxSize = 134217728
23 ; Maximal asset count
24 ; MaxCount = 4096
25 ; Asset's expiration time (minutes)
26 ; ExpirationTime = 30 \ No newline at end of file