set memory storage as default storage

master
Christopher 2020-07-08 02:05:47 +02:00
parent 1f12905f14
commit 5721864302
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ namespace OpenSim.Modules.DataValue
{ {
m_config = source.Configs["XEngine"]; 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) catch (Exception e)
{ {