From 427431ba1705c859f4b92ddf17e90b1429dd8296 Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 10 Aug 2007 14:01:05 +0000 Subject: Fixed a couple of mistakes. --- OpenSim/Region/Environment/Scenes/Scene.cs | 2 +- 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 //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 a7bda78..9d61011 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -636,7 +636,7 @@ - + ../../../../bin/ -- cgit v1.1