diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-17 14:33:37 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-17 14:33:37 +0000 |
commit | 383ea1fb02d29ce522e573a0315bf77aec2d5ef7 (patch) | |
tree | 986f4b5124b3e5d0c2be2003aeb87f127f4f80ab /cs/config/TestUtil.py | |
parent | Made IceBox a Ice::Service (diff) | |
download | ice-383ea1fb02d29ce522e573a0315bf77aec2d5ef7.tar.bz2 ice-383ea1fb02d29ce522e573a0315bf77aec2d5ef7.tar.xz ice-383ea1fb02d29ce522e573a0315bf77aec2d5ef7.zip |
Bug 758
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r-- | cs/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py index 387a208d933..8a011c43473 100644 --- a/cs/config/TestUtil.py +++ b/cs/config/TestUtil.py @@ -29,8 +29,8 @@ compress = 1 # thread per connection mode. # -threadPerConnection = 0 -#threadPerConnection = 1 +#threadPerConnection = 0 +threadPerConnection = 1 if protocol == "ssl": threadPerConnection = 1 |