1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/ice37/files/patch-cpp-test-Ice-threadPoolPriority-Server.cpp
Michael Gmelin 0c2e1ae609 Add ZeroC Ice 3.7.1 as new ports devel/{ice37|php-ice37|py-ice37}
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
2018-08-27 16:37:53 +00:00

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");