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