summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-10-03 23:55:28 +0100
committersin <sin@2f30.org>2014-10-03 23:55:43 +0100
commit66976cfd80dce258a66734e34cf21491b0d4d098 (patch)
treebee6735420db32a9477941a52ea835d0c9079c9d /config.def.h
parentb8c6959786c4bba2885c1d23d6b789987742a0a3 (diff)
Bring connection delay down to 3s
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 0a42a24..dd4f1c4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
#define DATAFILE ".ratox.data"
/* connection delay in seconds */
-#define CONNECTDELAY 5
+#define CONNECTDELAY 3
#define MAXCALLS 8
static int encryptdatafile = 0;