aboutsummaryrefslogtreecommitdiffstats
path: root/tunable.h
diff options
context:
space:
mode:
Diffstat (limited to 'tunable.h')
-rw-r--r--tunable.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tunable.h b/tunable.h
index 9ee1e6c9..8046afc1 100644
--- a/tunable.h
+++ b/tunable.h
@@ -10,6 +10,8 @@
/* default timeout period in seconds if server connection dies */
#define CLIENT_TIMEOUT 300
+/* maximum consecutive timeouts to accept */
+#define MAX_TIMEOUTS 20
+
/* default skipped message warning interval in seconds */
#define WARNING_INTERVAL 3600
-