summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-07-10 04:16:21 +0200
committerSven Gothel <[email protected]>2013-07-10 04:16:21 +0200
commit1e6aa2a522df366dea13b6dd117eaea33c048595 (patch)
tree6d5708913e43da03af3998cf41178fdf71740b5a /build.xml
parent23f54e6cf4dac04df8158591684fec46cfd3967c (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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f21afdf..6c5c038 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />