aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-01-22 19:50:07 +0000
committerUbitUmarov2018-01-22 19:50:07 +0000
commit9e4bf3439cbe654d8ef531abb68a3f755dee7a55 (patch)
tree036df5b2a876c0814a0b55f4c2c218281d886cbe /OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs
parentthrotle datasnapshot gen (diff)
downloadopensim-SC-9e4bf3439cbe654d8ef531abb68a3f755dee7a55.zip
opensim-SC-9e4bf3439cbe654d8ef531abb68a3f755dee7a55.tar.gz
opensim-SC-9e4bf3439cbe654d8ef531abb68a3f755dee7a55.tar.bz2
opensim-SC-9e4bf3439cbe654d8ef531abb68a3f755dee7a55.tar.xz
change throtle datasnapshot get
Diffstat (limited to 'OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs')
-rw-r--r--OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs b/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs
index 88fa1ae..bf9c14d 100644
--- a/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs
+++ b/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs
@@ -321,6 +321,7 @@ namespace OpenSim.Region.DataSnapshot
321 /** 321 /**
322 * Reply to the http request 322 * Reply to the http request
323 */ 323 */
324
324 public XmlDocument GetSnapshot(string regionName) 325 public XmlDocument GetSnapshot(string regionName)
325 { 326 {
326 if(!Monitor.TryEnter(m_serializeGen,30000)) 327 if(!Monitor.TryEnter(m_serializeGen,30000))