diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index ef7346dab8..cae57a2dce 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs @@ -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; diff --git a/prebuild.xml b/prebuild.xml index a7bda789ba..9d61011441 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -636,7 +636,7 @@ - + ../../../../bin/