aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authordiva2009-05-20 18:55:45 +0000
committerdiva2009-05-20 18:55:45 +0000
commit94d4f28e2d12e76c149c991ce15da914af8735ff (patch)
tree6966d0f7f7a670b47e017dae497add12b160152b /bin
parentMove the color console logic from the appender into the local console, since (diff)
downloadopensim-SC_OLD-94d4f28e2d12e76c149c991ce15da914af8735ff.zip
opensim-SC_OLD-94d4f28e2d12e76c149c991ce15da914af8735ff.tar.gz
opensim-SC_OLD-94d4f28e2d12e76c149c991ce15da914af8735ff.tar.bz2
opensim-SC_OLD-94d4f28e2d12e76c149c991ce15da914af8735ff.tar.xz
Comment out the asset cache config in .ini.example.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 2 insertions, 2 deletions
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 @@
1233 ;AssetServices = "RemoteAssetServicesConnector" 1233 ;AssetServices = "RemoteAssetServicesConnector"
1234 ;AssetServices = "HGAssetBroker" 1234 ;AssetServices = "HGAssetBroker"
1235 1235
1236 ; If you don't want asset caching in the regions, comment this 1236 ; Leave this commented out, the cache is not helping performance
1237 AssetCache = "CoreAssetCache" 1237 ;AssetCache = "CoreAssetCache"
1238 1238
1239 ; Choose one 1239 ; Choose one
1240 ;UserServices = "LocalUserServicesConnector" 1240 ;UserServices = "LocalUserServicesConnector"