aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authordiva2009-05-22 00:23:43 +0000
committerdiva2009-05-22 00:23:43 +0000
commit9de2436c1ec251dd96eb923f4ac5d06e68d7649c (patch)
treeed82ceecbcb4ac5826d8e5cd0a712a9209366a80 /bin
parentSmall update to make the command line work again (diff)
downloadopensim-SC_OLD-9de2436c1ec251dd96eb923f4ac5d06e68d7649c.zip
opensim-SC_OLD-9de2436c1ec251dd96eb923f4ac5d06e68d7649c.tar.gz
opensim-SC_OLD-9de2436c1ec251dd96eb923f4ac5d06e68d7649c.tar.bz2
opensim-SC_OLD-9de2436c1ec251dd96eb923f4ac5d06e68d7649c.tar.xz
Removing the [UserService] section, because it's not working yet.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 265e95e..b3022f4 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1233,7 +1233,7 @@
1233 ;AssetServices = "RemoteAssetServicesConnector" 1233 ;AssetServices = "RemoteAssetServicesConnector"
1234 ;AssetServices = "HGAssetBroker" 1234 ;AssetServices = "HGAssetBroker"
1235 1235
1236 ; Leave this commented out, the cache is not helping performance 1236 ; Leave this commented out, the cache is under investigation
1237 ;AssetCache = "CoreAssetCache" 1237 ;AssetCache = "CoreAssetCache"
1238 1238
1239 ; Choose one 1239 ; Choose one
@@ -1266,5 +1266,3 @@
1266 ; Number of buckets for assets 1266 ; Number of buckets for assets
1267 ;CacheBuckets = 32768 1267 ;CacheBuckets = 32768
1268 1268
1269[UserService]
1270 ;LocalServiceModule = "OpenSim.Services.UserService.dll:UserService"