diff options
Diffstat (limited to 'java/test/Ice/operations/Collocated.java')
-rw-r--r-- | java/test/Ice/operations/Collocated.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/test/Ice/operations/Collocated.java b/java/test/Ice/operations/Collocated.java index c34d07d5f11..278e81a9b65 100644 --- a/java/test/Ice/operations/Collocated.java +++ b/java/test/Ice/operations/Collocated.java @@ -35,6 +35,10 @@ public class Collocated extends test.Util.Application { Ice.InitializationData initData = new Ice.InitializationData(); initData.properties = Ice.Util.createProperties(argsH); + if(initData.properties.getPropertyAsInt("Ice.BackgroundIO") > 0) + { + initData.properties.setProperty("Ice.ThreadPool.Server.Size", "2"); + } initData.properties.setProperty("Ice.Package.Test", "test.Ice.operations"); // |