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