mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
mute watchdog timeouts on world map work threads. They do wait for events for a long time
This commit is contained in:
@@ -392,13 +392,13 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
|
||||
string.Format("MapItemRequestThread ({0})", m_scene.RegionInfo.RegionName),
|
||||
ThreadPriority.BelowNormal,
|
||||
true,
|
||||
true);
|
||||
false);
|
||||
WorkManager.StartThread(
|
||||
MapBlockSendThread,
|
||||
string.Format("MapBlockSendThread ({0})", m_scene.RegionInfo.RegionName),
|
||||
ThreadPriority.BelowNormal,
|
||||
true,
|
||||
true);
|
||||
false);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user