From af7e11a81c003f8f5e65a62c5778010cbf104080 Mon Sep 17 00:00:00 2001 From: dan miller Date: Sat, 1 Sep 2007 10:32:19 +0000 Subject: [PATCH] more ODE fixes & optimizations. Works better with 1834! --- bin/OpenSim.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index f65523cfc9..4fad5dab29 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -4,8 +4,8 @@ physics = basicphysics ; Prim Storage ; if you would like to use sqlite uncomment the following line (and ; comment the NullStorage line) -storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" -;storage_plugin = "OpenSim.DataStore.NullStorage.dll" +;storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" +storage_plugin = "OpenSim.DataStore.NullStorage.dll" startup_console_commands_file = "startup_commands.txt" serverside_object_permissions = false