diff options
author | Marc Laukien <marc@zeroc.com> | 2004-02-19 14:38:20 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-02-19 14:38:20 +0000 |
commit | c07e282e58b1ba42ca121a01ba39c05784f4a3ec (patch) | |
tree | e8aadb0f2cc7a0f883d1e80bc78388f7491f5fe4 /java/config/TestUtil.py | |
parent | file dummy5.ice was initially added on branch icepack_refactoring. (diff) | |
download | ice-c07e282e58b1ba42ca121a01ba39c05784f4a3ec.tar.bz2 ice-c07e282e58b1ba42ca121a01ba39c05784f4a3ec.tar.xz ice-c07e282e58b1ba42ca121a01ba39c05784f4a3ec.zip |
fix
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r-- | java/config/TestUtil.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py index 9b767fb0174..1d003f943fc 100644 --- a/java/config/TestUtil.py +++ b/java/config/TestUtil.py @@ -142,7 +142,8 @@ commonClientOptions = " --Ice.NullHandleAbort --Ice.Warn.Connections" commonServerOptions = " --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 |