diff options
author | Sean Dague | 2007-09-11 08:26:51 +0000 |
---|---|---|
committer | Sean Dague | 2007-09-11 08:26:51 +0000 |
commit | 860620c24edc366241160930755df7e34192aa90 (patch) | |
tree | d4a13a3cec067737543e43baadf9f24fdc2a0c48 | |
parent | move the locks closer to the data, sqlite for assets now works like a champ (diff) | |
download | opensim-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
-rw-r--r-- | bin/OpenSim.ini | 6 |
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" | |||
9 | startup_console_commands_file = "startup_commands.txt" | 9 | startup_console_commands_file = "startup_commands.txt" |
10 | serverside_object_permissions = false | 10 | serverside_object_permissions = false |
11 | 11 | ||
12 | asset_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" | 14 | asset_database = "sqlite" |
15 | 15 | ||
16 | 16 | ||
17 | [StandAlone] | 17 | [StandAlone] |