|
|
+ |
=Server installed.properties=
|
|
|
+ |
<pre>install.server.maxCmdResultRetries=10
|
|
|
+ |
install.server.defaultTimeout=10000</pre>
|
|
|
+ |
Update these properties in the installed.properties file in server/conf
|
|
|
+ |
=Server system properties=
|
|
|
+ |
<pre>com.urbancode.anthill3.announceIntervalMillis=30000
|
|
|
+ |
com.urbancode.anthill3.maxMissedAnnouncements=2</pre>
|
|
|
+ |
Add these to ah3server script in your server's bin directory. Edit the script, find the variable JAVA_OPTS, add options like this: <pre>-Dcom.urbancode.anthill3.maxMissedAnnouncements=10</pre>
|
|
|
+ |
=Agent system properties=
|
|
|
+ |
<pre>com.urbancode.anthill3.announceIntervalMillis=30000
|
|
|
+ |
com.urbancode.anthill3.maxMissedAnnouncements=2</pre>
|
|
|
+ |
Add these to the worker-args.conf file in your agent bin directory, one per line like this:
|
|
|
+ |
<pre>-Dcom.urbancode.anthill3.maxMissedAnnouncements=10</pre>
|