diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-01-25 12:18:26 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-01-25 12:18:26 +0100 |
commit | efd75b629aba6115bf35b1c6b7f8928fc412893a (patch) | |
tree | c9a493eb3f736c8fd007fdf0817d83e0b2bb94e5 /cpp/test/Ice/background/Client.cpp | |
parent | Moved the clearing of the router info into the try/catch block (ICE-8615) (diff) | |
download | ice-efd75b629aba6115bf35b1c6b7f8928fc412893a.tar.bz2 ice-efd75b629aba6115bf35b1c6b7f8928fc412893a.tar.xz ice-efd75b629aba6115bf35b1c6b7f8928fc412893a.zip |
Removed Ice.MessageSizeMax from clients where it's no longer necessary (ICE-8340)
Diffstat (limited to 'cpp/test/Ice/background/Client.cpp')
-rw-r--r-- | cpp/test/Ice/background/Client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/Ice/background/Client.cpp b/cpp/test/Ice/background/Client.cpp index 4daa3fe7572..0c0bf3d3c67 100644 --- a/cpp/test/Ice/background/Client.cpp +++ b/cpp/test/Ice/background/Client.cpp @@ -60,8 +60,6 @@ main(int argc, char* argv[]) // initData.properties->setProperty("Ice.Warn.Connections", "0"); - initData.properties->setProperty("Ice.MessageSizeMax", "50000"); - // This test relies on filling the TCP send/recv buffer, so // we rely on a fixed value for these buffers. initData.properties->setProperty("Ice.TCP.SndSize", "50000"); |