mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
default to sqlite for assets, will help flush out any other bugs
This commit is contained in:
@@ -9,9 +9,9 @@ storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
|
||||
startup_console_commands_file = "startup_commands.txt"
|
||||
serverside_object_permissions = false
|
||||
|
||||
asset_database = "db4o"
|
||||
;to try sqlite as the asset database , comment out the above line, and uncomment following one
|
||||
; asset_database = "sqlite"
|
||||
; asset_database = "db4o"
|
||||
; to try sqlite as the asset database , comment out the above line, and uncomment following one
|
||||
asset_database = "sqlite"
|
||||
|
||||
|
||||
[StandAlone]
|
||||
|
||||
Reference in New Issue
Block a user