change throtle datasnapshot get

This commit is contained in:
UbitUmarov
2018-01-22 19:50:07 +00:00
parent efc7480342
commit 9e4bf3439c
3 changed files with 66 additions and 8 deletions

View File

@@ -321,6 +321,7 @@ namespace OpenSim.Region.DataSnapshot
/**
* Reply to the http request
*/
public XmlDocument GetSnapshot(string regionName)
{
if(!Monitor.TryEnter(m_serializeGen,30000))