aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorUbitUmarov2017-05-25 02:01:36 +0100
committerUbitUmarov2017-05-25 02:01:36 +0100
commitb6c23fe91169ed7065280464d20bba658252e278 (patch)
tree744ee7f94303d13c1eb05fc841c6f293f7fb6cbf /OpenSim/Region/ClientStack/Linden
parentmake some threads background ones (diff)
downloadopensim-SC_OLD-b6c23fe91169ed7065280464d20bba658252e278.zip
opensim-SC_OLD-b6c23fe91169ed7065280464d20bba658252e278.tar.gz
opensim-SC_OLD-b6c23fe91169ed7065280464d20bba658252e278.tar.bz2
opensim-SC_OLD-b6c23fe91169ed7065280464d20bba658252e278.tar.xz
make a few more threads background ones
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
index e0ec842..23ec141 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
@@ -207,7 +207,7 @@ namespace OpenSim.Region.ClientStack.Linden
207 m_workerThreads[i] = WorkManager.StartThread(DoInventoryRequests, 207 m_workerThreads[i] = WorkManager.StartThread(DoInventoryRequests,
208 String.Format("InventoryWorkerThread{0}", i), 208 String.Format("InventoryWorkerThread{0}", i),
209 ThreadPriority.Normal, 209 ThreadPriority.Normal,
210 false, 210 true,
211 true, 211 true,
212 null, 212 null,
213 int.MaxValue); 213 int.MaxValue);