From 9ee738e0c69b30f0d93f56085d214d239c51ddd1 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Wed, 6 Jan 2016 16:29:57 +0100 Subject: [PATCH] Startup --- config/jcae.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/jcae.properties diff --git a/config/jcae.properties b/config/jcae.properties new file mode 100644 index 0000000..0940e1d --- /dev/null +++ b/config/jcae.properties @@ -0,0 +1,9 @@ +#Wed Jan 06 14:51:43 CET 2016 +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.impl.DefaultChannelService.retries=2 +ch.psi.jcae.impl.DefaultChannelService.timeout=500 +ch.psi.jcae.impl.DefaultChannelService.waitTimeout= +ch.psi.jcae.impl.DefaultChannelService.waitRetryPeriod=10000