mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
another ...
This commit is contained in:
@@ -54,9 +54,7 @@ namespace OpenSim.Region.CoreModules.Framework
|
||||
|
||||
public void Initialise(IConfigSource config)
|
||||
{
|
||||
m_processorJobEngine = new JobEngine(
|
||||
"ServiceThrottle","ServiceThrottle");
|
||||
m_processorJobEngine.RequestProcessTimeoutOnStop = 31000; // many webrequests have 30s expire
|
||||
m_processorJobEngine = new JobEngine("ServiceThrottle","ServiceThrottle", 5000, 2);
|
||||
m_processorJobEngine.Start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user