diff options
author | Marc Laukien <marc@zeroc.com> | 2004-10-27 20:40:05 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-10-27 20:40:05 +0000 |
commit | 299cf60f65d06b32f5f85187f4f84a2d2a94582b (patch) | |
tree | b4f3916d07486d70141e52ad4182218d0bcb873c /cpp/config/TestUtil.py | |
parent | comment fixes (diff) | |
download | ice-299cf60f65d06b32f5f85187f4f84a2d2a94582b.tar.bz2 ice-299cf60f65d06b32f5f85187f4f84a2d2a94582b.tar.xz ice-299cf60f65d06b32f5f85187f4f84a2d2a94582b.zip |
fix
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 52b6c00d380..e70e9888832 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -29,8 +29,8 @@ compress = 1 # thread per connection mode. # -#threadPerConnection = 0 -threadPerConnection = 1 +threadPerConnection = 0 +#threadPerConnection = 1 # # If you don't set "host" below, then the Ice library will try to find |