diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Util.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index ea2d28a..9bc9417 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs | |||
@@ -1719,7 +1719,7 @@ namespace OpenSim.Framework | |||
1719 | break; | 1719 | break; |
1720 | case FireAndForgetMethod.SmartThreadPool: | 1720 | case FireAndForgetMethod.SmartThreadPool: |
1721 | if (m_ThreadPool == null) | 1721 | if (m_ThreadPool == null) |
1722 | m_ThreadPool = new SmartThreadPool(2000, 15, 2); | 1722 | InitThreadPool(15); |
1723 | m_ThreadPool.QueueWorkItem(SmartThreadPoolCallback, new object[] { realCallback, obj }); | 1723 | m_ThreadPool.QueueWorkItem(SmartThreadPoolCallback, new object[] { realCallback, obj }); |
1724 | break; | 1724 | break; |
1725 | case FireAndForgetMethod.Thread: | 1725 | case FireAndForgetMethod.Thread: |