summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-16 14:50:37 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-16 14:50:37 +0000
commit8582bf17281769d6b58618018f2119f9dd520ac7 (patch)
treef714107e952bcb13c288b417c95cf6722825c2b4 /cpp/test/Ice/operations/Client.cpp
parentfix (diff)
downloadice-8582bf17281769d6b58618018f2119f9dd520ac7.tar.bz2
ice-8582bf17281769d6b58618018f2119f9dd520ac7.tar.xz
ice-8582bf17281769d6b58618018f2119f9dd520ac7.zip
fixes
Diffstat (limited to 'cpp/test/Ice/operations/Client.cpp')
-rw-r--r--cpp/test/Ice/operations/Client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/Client.cpp b/cpp/test/Ice/operations/Client.cpp
index c9cc072701c..72f80ba60c8 100644
--- a/cpp/test/Ice/operations/Client.cpp
+++ b/cpp/test/Ice/operations/Client.cpp
@@ -49,6 +49,7 @@ main(int argc, char* argv[])
{
Ice::PropertiesPtr properties = Ice::getDefaultProperties();
properties->setProperty("Ice.ThreadPool.Client.Size", "2"); // For nested AMI.
+ properties->setProperty("Ice.ThreadPool.Client.SizeWarn", "0");
communicator = Ice::initialize(argc, argv);
status = run(argc, argv, communicator);