From 5f091800c51bc43ca816239e2d561ffe5c33252c Mon Sep 17 00:00:00 2001 From: Fabien Viale Date: Thu, 26 Apr 2018 10:21:32 +0200 Subject: [PATCH] Re-enable proactive ping --- rm/rm-node/src/main/resources/config/network/node.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rm/rm-node/src/main/resources/config/network/node.ini b/rm/rm-node/src/main/resources/config/network/node.ini index fd075cf050..cb053ef6f1 100644 --- a/rm/rm-node/src/main/resources/config/network/node.ini +++ b/rm/rm-node/src/main/resources/config/network/node.ini @@ -5,7 +5,8 @@ proactive.communication.protocol=pnp ### disable thread which advertises to https://www.activeeon.com/ping.php (obsolete) -proactive.runtime.ping=false +#proactive.runtime.ping=false + ### to disable start of the jetty server used as codebase, this saves several seconds proactive.classloading.useHTTP=false @@ -52,4 +53,4 @@ proactive.pnps.idle_timeout=60000 #proactive.net.netmask=192.168.1.0/24 # Useful when hostname resolution fails -#proactive.useIPaddress=true \ No newline at end of file +#proactive.useIPaddress=true