From 99f3382c9c42140b27b8d58be0bbc2a7c11db812 Mon Sep 17 00:00:00 2001 From: diva Date: Thu, 4 Jun 2009 18:36:02 +0000 Subject: Fixed placement of optional configs for CenomeAssetCache. Thank you ImazeR. --- bin/config-include/GridCommon.ini.example | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'bin/config-include/GridCommon.ini.example') 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 @@ ;AssetCaching = "CenomeMemoryAssetCache" [AssetCache] + ;; Optional configurations for CoreAssetCache ; Number of buckets for assets ;CacheBuckets = 32768 + ;; Optional configurations for CenomeMemoryAssetCache + ; Cache size 128 MB (default: 134217728) + ; MaxSize = 134217728 + ; Maximal asset count + ; MaxCount = 4096 + ; Asset's expiration time (minutes) + ; ExpirationTime = 30 + [AssetService] DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" @@ -17,10 +26,3 @@ ; AssetServerURI = "http://myassetserver.com:8003" - ; Optional configurations for CenomeMemoryAssetCache - ; Cache size 128 MB (default: 134217728) - ; MaxSize = 134217728 - ; Maximal asset count - ; MaxCount = 4096 - ; Asset's expiration time (minutes) - ; ExpirationTime = 30 \ No newline at end of file -- cgit v1.1