diff options
author | Marc Laukien <marc@zeroc.com> | 2004-02-18 17:34:06 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-02-18 17:34:06 +0000 |
commit | df3892fb421580ec812e23c2051624548cfc34b8 (patch) | |
tree | 72079fe5eec6b6c4018b76c308477e895b3dc908 /cpp/config/TestUtil.py | |
parent | more acm; removed proxy count in connections (diff) | |
download | ice-df3892fb421580ec812e23c2051624548cfc34b8.tar.bz2 ice-df3892fb421580ec812e23c2051624548cfc34b8.tar.xz ice-df3892fb421580ec812e23c2051624548cfc34b8.zip |
fixes
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 4efbf22ba84..3ce69bf66d0 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -204,7 +204,8 @@ commonClientOptions = " --Ice.NullHandleAbort --Ice.Warn.Connections" commonServerOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.NullHandleAbort" + \ " --Ice.Warn.Connections --Ice.ServerIdleTime=30" + \ - " --Ice.ThreadPool.Server.Size=1 --Ice.ThreadPool.Server.SizeMax=10" + " --Ice.ThreadPool.Server.Size=1 --Ice.ThreadPool.Server.SizeMax=3" + \ + " --Ice.ThreadPool.Server.SizeWarn=0" clientOptions = clientProtocol + defaultHost + commonClientOptions serverOptions = serverProtocol + defaultHost + commonServerOptions |