aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
authordan miller2007-09-01 10:32:19 +0000
committerdan miller2007-09-01 10:32:19 +0000
commitaf7e11a81c003f8f5e65a62c5778010cbf104080 (patch)
treed4a8c666c2bc506b5f650e12c899c6a0bb059626 /bin/OpenSim.ini
parentremove some more rote Verbose strings, leave only ones that actually have som... (diff)
downloadopensim-SC_OLD-af7e11a81c003f8f5e65a62c5778010cbf104080.zip
opensim-SC_OLD-af7e11a81c003f8f5e65a62c5778010cbf104080.tar.gz
opensim-SC_OLD-af7e11a81c003f8f5e65a62c5778010cbf104080.tar.bz2
opensim-SC_OLD-af7e11a81c003f8f5e65a62c5778010cbf104080.tar.xz
more ODE fixes & optimizations. Works better with 1834!
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini
index f65523c..4fad5da 100644
--- a/bin/OpenSim.ini
+++ b/bin/OpenSim.ini
@@ -4,8 +4,8 @@ physics = basicphysics
4; Prim Storage 4; Prim Storage
5; if you would like to use sqlite uncomment the following line (and 5; if you would like to use sqlite uncomment the following line (and
6; comment the NullStorage line) 6; comment the NullStorage line)
7storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" 7;storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
8;storage_plugin = "OpenSim.DataStore.NullStorage.dll" 8storage_plugin = "OpenSim.DataStore.NullStorage.dll"
9startup_console_commands_file = "startup_commands.txt" 9startup_console_commands_file = "startup_commands.txt"
10serverside_object_permissions = false 10serverside_object_permissions = false
11 11