mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
0c2e1ae609
Upgrading from Ice 3.6 isn't trivial, as it requires application code changes. Therefore a new set of ports was created. Marked devel/{ice|php5-ice|py-ice} as conflicting (and vice versa). PR: 221141
12 lines
585 B
C++
12 lines
585 B
C++
--- cpp/test/Ice/threadPoolPriority/Server.cpp.orig 2018-04-20 15:02:08 UTC
|
|
+++ cpp/test/Ice/threadPoolPriority/Server.cpp
|
|
@@ -43,7 +43,7 @@ run(int, char**, const Ice::Communicator
|
|
#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");
|