diff options
Fixed placement of optional configs for CenomeAssetCache. Thank you ImazeR.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 3825374..fb51c1f 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -4,9 +4,18 @@ | |||
4 | ;AssetCaching = "CenomeMemoryAssetCache" | 4 | ;AssetCaching = "CenomeMemoryAssetCache" |
5 | 5 | ||
6 | [AssetCache] | 6 | [AssetCache] |
7 | ;; Optional configurations for CoreAssetCache | ||
7 | ; Number of buckets for assets | 8 | ; Number of buckets for assets |
8 | ;CacheBuckets = 32768 | 9 | ;CacheBuckets = 32768 |
9 | 10 | ||
11 | ;; Optional configurations for CenomeMemoryAssetCache | ||
12 | ; Cache size 128 MB (default: 134217728) | ||
13 | ; MaxSize = 134217728 | ||
14 | ; Maximal asset count | ||
15 | ; MaxCount = 4096 | ||
16 | ; Asset's expiration time (minutes) | ||
17 | ; ExpirationTime = 30 | ||
18 | |||
10 | [AssetService] | 19 | [AssetService] |
11 | 20 | ||
12 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 21 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
@@ -17,10 +26,3 @@ | |||
17 | ; | 26 | ; |
18 | AssetServerURI = "http://myassetserver.com:8003" | 27 | AssetServerURI = "http://myassetserver.com:8003" |
19 | 28 | ||
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 | ||