mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Introduce a separate connection string for estates, which defaults to the one gi
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenSimExport
|
||||
sman = new StorageManager(
|
||||
startup.GetString("storage_plugin", "OpenSim.DataStore.NullStorage.dll"),
|
||||
startup.GetString("storage_connection_string", String.Empty),
|
||||
false
|
||||
startup.GetString("estate_connection_string", String.Empty)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user