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