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 716e621a33d..500c6e2e4c1 100644 --- a/java/config/TestUtil.py +++ b/java/config/TestUtil.py @@ -21,8 +21,8 @@ protocol = "ssl" # protocol compression. # -compress = 0 -#compress = 1 +#compress = 0 +compress = 1 # # Set threadPerConnection to 1 in case you want to run the tests in |