From d308f2d12490f3eeeb3cbccfc122c616e46e4d27 Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Tue, 4 Sep 2018 18:00:33 +0200 Subject: [PATCH] Closedown --- config/jcae.properties | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config/jcae.properties b/config/jcae.properties index 7ca15a4..5b50721 100644 --- a/config/jcae.properties +++ b/config/jcae.properties @@ -1,9 +1,14 @@ -#Tue Feb 16 16:16:02 CET 2016 +#Tue Sep 04 18:00:08 CEST 2018 ch.psi.jcae.ContextFactory.addressList= ch.psi.jcae.ContextFactory.maxArrayBytes=10000000 ch.psi.jcae.ChannelFactory.retries=1 -ch.psi.jcae.ChannelFactory.timeout=500 +ch.psi.jcae.ChannelFactory.timeout=1500 ch.psi.jcae.impl.DefaultChannelService.retries=2 ch.psi.jcae.impl.DefaultChannelService.timeout=500 ch.psi.jcae.impl.DefaultChannelService.waitTimeout=300000 ch.psi.jcae.impl.DefaultChannelService.waitRetryPeriod=10000 +ch.psi.jcae.ContextFactory.serverPort= +ch.psi.jcae.ContextFactory.maxSendArrayBytes= +ch.psi.jcae.ContextFactory.autoAddressList=true +ch.psi.jcae.ContextFactory.useShellVariables=false +ch.psi.jcae.ContextFactory.addLocalBroadcastInterfaces=false