diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-10-26 17:10:07 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-10-26 17:10:07 +0000 |
commit | 7866175bc5d5952b92c98b2c6844738bbeb20a4d (patch) | |
tree | b604a1b9f0e869a91df900a71ac5c9abff9ff4f8 /cpp/config/TestUtil.py | |
parent | Makefile.mak cleanup (diff) | |
download | ice-7866175bc5d5952b92c98b2c6844738bbeb20a4d.tar.bz2 ice-7866175bc5d5952b92c98b2c6844738bbeb20a4d.tar.xz ice-7866175bc5d5952b92c98b2c6844738bbeb20a4d.zip |
Bug 1366 - buffer max size
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index e55b39e2c17..11373100203 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -28,9 +28,9 @@ compress = 0 # one or two thread per connection mode. # -#threadPerConnection = 0 +threadPerConnection = 0 #threadPerConnection = 1 -threadPerConnection = 2 +#threadPerConnection = 2 # # Set to 1 to disable the memory pool. |