diff options
author | MW | 2007-08-10 14:01:05 +0000 |
---|---|---|
committer | MW | 2007-08-10 14:01:05 +0000 |
commit | 427431ba1705c859f4b92ddf17e90b1429dd8296 (patch) | |
tree | 34bc0157cf734e8465db20d1c0a0e8b2799c88eb | |
parent | Made a few changes so that once we enable the sqlite data store (simple line ... (diff) | |
download | opensim-SC-427431ba1705c859f4b92ddf17e90b1429dd8296.zip opensim-SC-427431ba1705c859f4b92ddf17e90b1429dd8296.tar.gz opensim-SC-427431ba1705c859f4b92ddf17e90b1429dd8296.tar.bz2 opensim-SC-427431ba1705c859f4b92ddf17e90b1429dd8296.tar.xz |
Fixed a couple of mistakes.
-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> |