diff options
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 | ||||
-rw-r--r-- | prebuild.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index ef7346d..cae57a2 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -229,7 +229,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
229 | 229 | ||
230 | //backup scene data | 230 | //backup scene data |
231 | storageCount++; | 231 | storageCount++; |
232 | if (storageCount > 600) //set to how often you want to backup | 232 | if (storageCount > 1200) //set to how often you want to backup |
233 | { | 233 | { |
234 | Backup(); | 234 | Backup(); |
235 | storageCount = 0; | 235 | storageCount = 0; |
diff --git a/prebuild.xml b/prebuild.xml index a7bda78..9d61011 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -636,7 +636,7 @@ | |||
636 | </Files> | 636 | </Files> |
637 | </Project> | 637 | </Project> |
638 | 638 | ||
639 | <Project name="OpenSim.DataStore.MonoSqlite1" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library"> | 639 | <Project name="OpenSim.DataStore.MonoSqlite" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library"> |
640 | <Configuration name="Debug"> | 640 | <Configuration name="Debug"> |
641 | <Options> | 641 | <Options> |
642 | <OutputPath>../../../../bin/</OutputPath> | 642 | <OutputPath>../../../../bin/</OutputPath> |