default to sqlite for assets, will help flush out any other bugs
parent
a1e2fea7c1
commit
860620c24e
|
@ -9,9 +9,9 @@ storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
|
||||||
startup_console_commands_file = "startup_commands.txt"
|
startup_console_commands_file = "startup_commands.txt"
|
||||||
serverside_object_permissions = false
|
serverside_object_permissions = false
|
||||||
|
|
||||||
asset_database = "db4o"
|
; asset_database = "db4o"
|
||||||
;to try sqlite as the asset database , comment out the above line, and uncomment following one
|
; to try sqlite as the asset database , comment out the above line, and uncomment following one
|
||||||
; asset_database = "sqlite"
|
asset_database = "sqlite"
|
||||||
|
|
||||||
|
|
||||||
[StandAlone]
|
[StandAlone]
|
||||||
|
|
Loading…
Reference in New Issue