diff options
author | Teravus Ovares | 2008-02-14 00:39:08 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-14 00:39:08 +0000 |
commit | 0d14c47c28f4e453540f5f6807ba8b86d5ff50c2 (patch) | |
tree | 538fa1a6079dfb496ade0e43d8699ebee4f5eaf9 /OpenSim/Region/Communications/OGS1 | |
parent | * Bigish ODE stability Update. Run Prebuild (diff) | |
download | opensim-SC_OLD-0d14c47c28f4e453540f5f6807ba8b86d5ff50c2.zip opensim-SC_OLD-0d14c47c28f4e453540f5f6807ba8b86d5ff50c2.tar.gz opensim-SC_OLD-0d14c47c28f4e453540f5f6807ba8b86d5ff50c2.tar.bz2 opensim-SC_OLD-0d14c47c28f4e453540f5f6807ba8b86d5ff50c2.tar.xz |
* Bigisn ODE Stability update 2
Diffstat (limited to 'OpenSim/Region/Communications/OGS1')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 1953140..0150e36 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -833,7 +833,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
833 | failures = m_deadRegionCache[regionHandle]; | 833 | failures = m_deadRegionCache[regionHandle]; |
834 | } | 834 | } |
835 | } | 835 | } |
836 | if (failures <= 3) | 836 | if (failures <= 1) |
837 | { | 837 | { |
838 | RegionInfo regInfo = null; | 838 | RegionInfo regInfo = null; |
839 | try | 839 | try |