diff options
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r-- | java/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py index 754f2df3e67..2909b62d29a 100644 --- a/java/config/TestUtil.py +++ b/java/config/TestUtil.py @@ -29,8 +29,8 @@ compress = 0 # thread per connection mode, or if you are using SSL. # -#threadPerConnection = 0 -threadPerConnection = 1 +threadPerConnection = 0 +#threadPerConnection = 1 if protocol == "ssl": threadPerConnection = 1 |