diff --git a/OpenSim/Region/CoreModules/Framework/ServiceThrottle/ServiceThrottleModule.cs b/OpenSim/Region/CoreModules/Framework/ServiceThrottle/ServiceThrottleModule.cs index 8429f5947f..6c80f4b8c6 100644 --- a/OpenSim/Region/CoreModules/Framework/ServiceThrottle/ServiceThrottleModule.cs +++ b/OpenSim/Region/CoreModules/Framework/ServiceThrottle/ServiceThrottleModule.cs @@ -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(); }