diff options
Diffstat (limited to 'java/test/Ice/exceptions/Server.java')
-rw-r--r-- | java/test/Ice/exceptions/Server.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/Ice/exceptions/Server.java b/java/test/Ice/exceptions/Server.java index 97e4c3048b0..767526a7c36 100644 --- a/java/test/Ice/exceptions/Server.java +++ b/java/test/Ice/exceptions/Server.java @@ -29,6 +29,7 @@ public class Server extends test.Util.Application initData.properties.setProperty("Ice.Package.Test", "test.Ice.exceptions"); initData.properties.setProperty("TestAdapter.Endpoints", "default -p 12010:udp"); + initData.properties.setProperty("Ice.MessageSizeMax", "10"); // 10KB max // We don't need to disable warnings, because we have a dummy logger. // properties.setProperty("Ice.Warn.Dispatch", "0"); |