diff options
Fixed placement of optional configs for CenomeAssetCache. Thank you ImazeR.
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index d772256..d03c003 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.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 = 16384 | 9 | ;CacheBuckets = 16384 |
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 | ;### Choose the DB | 21 | ;### Choose the DB |
@@ -20,11 +29,3 @@ | |||
20 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 29 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
21 | AssetLoaderArgs = "assets/AssetSets.xml" | 30 | AssetLoaderArgs = "assets/AssetSets.xml" |
22 | 31 | ||
23 | |||
24 | ; Optional configurations for CenomeMemoryAssetCache | ||
25 | ; Cache size 128 MB (default: 134217728) | ||
26 | ; MaxSize = 134217728 | ||
27 | ; Maximal asset count | ||
28 | ; MaxCount = 4096 | ||
29 | ; Asset's expiration time (minutes) | ||
30 | ; ExpirationTime = 30 \ No newline at end of file | ||