summaryrefslogtreecommitdiff
path: root/cs/config/TestUtil.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-02-01 03:26:55 +0000
committerMark Spruiell <mes@zeroc.com>2007-02-01 03:26:55 +0000
commite232d5a6012c55f1e9b6554832e9581a693c3043 (patch)
tree9e0baedc53f08f857db5714f13ef39af28a327be /cs/config/TestUtil.py
parentRemoved iceboxadminnet.exe (diff)
downloadice-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.py4
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.