Skip to content

Commit

Permalink
Re-enable proactive ping
Browse files Browse the repository at this point in the history
  • Loading branch information
fviale authored Apr 26, 2018
1 parent 8da1077 commit 5f09180
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rm/rm-node/src/main/resources/config/network/node.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
#proactive.useIPaddress=true

0 comments on commit 5f09180

Please sign in to comment.