Fixed a couple of mistakes.
parent
94c7e41ef1
commit
427431ba17
|
@ -229,7 +229,7 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
|
||||
//backup scene data
|
||||
storageCount++;
|
||||
if (storageCount > 600) //set to how often you want to backup
|
||||
if (storageCount > 1200) //set to how often you want to backup
|
||||
{
|
||||
Backup();
|
||||
storageCount = 0;
|
||||
|
|
|
@ -636,7 +636,7 @@
|
|||
</Files>
|
||||
</Project>
|
||||
|
||||
<Project name="OpenSim.DataStore.MonoSqlite1" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library">
|
||||
<Project name="OpenSim.DataStore.MonoSqlite" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library">
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
<OutputPath>../../../../bin/</OutputPath>
|
||||
|
|
Loading…
Reference in New Issue