diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/location/Server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/location/Server.cpp b/cpp/test/Ice/location/Server.cpp index c70a8cceffe..ed1ee724f48 100644 --- a/cpp/test/Ice/location/Server.cpp +++ b/cpp/test/Ice/location/Server.cpp @@ -27,6 +27,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) // communicator and object adapter). // Ice::PropertiesPtr properties = communicator->getProperties(); + properties->setProperty("Ice.ThreadPool.Server.Size", "2"); properties->setProperty("ServerManager.Endpoints", "default -p 12345"); Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("ServerManager"); |