diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-02-01 03:26:55 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-02-01 03:26:55 +0000 |
commit | e232d5a6012c55f1e9b6554832e9581a693c3043 (patch) | |
tree | 9e0baedc53f08f857db5714f13ef39af28a327be /cs/config/TestUtil.py | |
parent | Removed iceboxadminnet.exe (diff) | |
download | ice-e232d5a6012c55f1e9b6554832e9581a693c3043.tar.bz2 ice-e232d5a6012c55f1e9b6554832e9581a693c3043.tar.xz ice-e232d5a6012c55f1e9b6554832e9581a693c3043.zip |
changing default to disable thread-per-connection
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 e5f4974c1f2..bc380712383 100644 --- a/cs/config/TestUtil.py +++ b/cs/config/TestUtil.py @@ -28,8 +28,8 @@ compress = 0 # thread per connection mode. # -#threadPerConnection = 0 -threadPerConnection = 1 +threadPerConnection = 0 +#threadPerConnection = 1 # # To print the commands that are being run. |