Fixed a couple of mistakes.

afrisby
MW 2007-08-10 14:01:05 +00:00
parent 94c7e41ef1
commit 427431ba17
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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>