aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
authorSean Dague2007-09-11 08:26:51 +0000
committerSean Dague2007-09-11 08:26:51 +0000
commit860620c24edc366241160930755df7e34192aa90 (patch)
treed4a13a3cec067737543e43baadf9f24fdc2a0c48 /bin/OpenSim.ini
parentmove the locks closer to the data, sqlite for assets now works like a champ (diff)
downloadopensim-SC_OLD-860620c24edc366241160930755df7e34192aa90.zip
opensim-SC_OLD-860620c24edc366241160930755df7e34192aa90.tar.gz
opensim-SC_OLD-860620c24edc366241160930755df7e34192aa90.tar.bz2
opensim-SC_OLD-860620c24edc366241160930755df7e34192aa90.tar.xz
default to sqlite for assets, will help flush out any other bugs
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r--bin/OpenSim.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini
index e6e1fe3..f4efeb5 100644
--- a/bin/OpenSim.ini
+++ b/bin/OpenSim.ini
@@ -9,9 +9,9 @@ storage_plugin = "OpenSim.DataStore.MonoSqlite.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
12asset_database = "db4o" 12; asset_database = "db4o"
13;to try sqlite as the asset database , comment out the above line, and uncomment following one 13; to try sqlite as the asset database , comment out the above line, and uncomment following one
14; asset_database = "sqlite" 14asset_database = "sqlite"
15 15
16 16
17[StandAlone] 17[StandAlone]