summaryrefslogtreecommitdiff
path: root/devel/ice37/files/patch-cpp-test-Ice-threadPoolPriority-Server.cpp
blob: 0a71a898c603d9b5c9404426410d168bbfc0123a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cpp/test/Ice/threadPoolPriority/Server.cpp.orig	2021-06-21 14:44:58 UTC
+++ cpp/test/Ice/threadPoolPriority/Server.cpp
@@ -46,7 +46,7 @@ Server::run(int argc, char** argv)
 #ifdef _WIN32
     communicator->getProperties()->setProperty("Ice.ThreadPool.Server.ThreadPriority", "1");
 #else
-    communicator->getProperties()->setProperty("Ice.ThreadPool.Server.ThreadPriority", "50");
+    communicator->getProperties()->setProperty("Ice.ThreadPool.Server.ThreadPriority", "31");
 #endif
 
     Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("TestAdapter");