diff options
author | UbitUmarov | 2012-08-25 15:21:51 +0100 |
---|---|---|
committer | UbitUmarov | 2012-08-25 15:21:51 +0100 |
commit | 9a803308755200c0449e409fd3c22d45bca9e95c (patch) | |
tree | 2100bd63e85a37948dfc74a07f1d70a82a665048 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | Merge branch 'avination' into ubitwork (diff) | |
parent | Merge branch 'ubitwork' into avination (diff) | |
download | opensim-SC-9a803308755200c0449e409fd3c22d45bca9e95c.zip opensim-SC-9a803308755200c0449e409fd3c22d45bca9e95c.tar.gz opensim-SC-9a803308755200c0449e409fd3c22d45bca9e95c.tar.bz2 opensim-SC-9a803308755200c0449e409fd3c22d45bca9e95c.tar.xz |
Merge branch 'avination' into ubitwork
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index a5f0bff..57fcf51 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -215,7 +215,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
215 | private int m_update_presences = 1; // Update scene presence movements | 215 | private int m_update_presences = 1; // Update scene presence movements |
216 | private int m_update_events = 1; | 216 | private int m_update_events = 1; |
217 | private int m_update_backup = 200; | 217 | private int m_update_backup = 200; |
218 | private int m_update_terrain = 50; | 218 | private int m_update_terrain = 1000; |
219 | private int m_update_land = 10; | 219 | private int m_update_land = 10; |
220 | private int m_update_coarse_locations = 50; | 220 | private int m_update_coarse_locations = 50; |
221 | 221 | ||