diff options
author | Sven Gothel <[email protected]> | 2013-07-10 04:16:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-10 04:16:21 +0200 |
commit | 1e6aa2a522df366dea13b6dd117eaea33c048595 (patch) | |
tree | 6d5708913e43da03af3998cf41178fdf71740b5a /build.xml | |
parent | 23f54e6cf4dac04df8158591684fec46cfd3967c (diff) |
CatOut/LogBot: Test server connection from main loop: Send PING each 1min, and act when last-timestamp is > PONG_TIMEOUT (3min)HEADmaster
- Do not reconnect automatically, since we use main-loop connection test incl. reconnect
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ </path> <javac destdir="${classes}" includeantruntime="false" + debug="true" debuglevel="source,lines" encoding="UTF-8"> <src path="${src}" /> <classpath refid="jabot.classpath" /> |