set memory storage as default storage
parent
1f12905f14
commit
5721864302
|
@ -63,7 +63,7 @@ namespace OpenSim.Modules.DataValue
|
|||
{
|
||||
m_config = source.Configs["XEngine"];
|
||||
|
||||
m_storageTyp = m_config.GetString("DataStorageTyp", "FileSystem").ToUpper().Trim();
|
||||
m_storageTyp = m_config.GetString("DataStorageTyp", "Memory").ToUpper().Trim();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue