From 94d4f28e2d12e76c149c991ce15da914af8735ff Mon Sep 17 00:00:00 2001 From: diva Date: Wed, 20 May 2009 18:55:45 +0000 Subject: Comment out the asset cache config in .ini.example. --- bin/OpenSim.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 121e6f3..265e95e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1233,8 +1233,8 @@ ;AssetServices = "RemoteAssetServicesConnector" ;AssetServices = "HGAssetBroker" - ; If you don't want asset caching in the regions, comment this - AssetCache = "CoreAssetCache" + ; Leave this commented out, the cache is not helping performance + ;AssetCache = "CoreAssetCache" ; Choose one ;UserServices = "LocalUserServicesConnector" -- cgit v1.1