From 5b728c8295124397e0bb5fbe834ad99ce27ca3b6 Mon Sep 17 00:00:00 2001
From: Travis Shirk <travis@pobox.com>
Date: Fri, 2 Sep 2005 21:13:52 +0000
Subject: [PATCH] keep_alive_disconnect_after_foo_secs is no longer applilcable

---
 src/common/config.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/common/config.py b/src/common/config.py
index 0a9c97d568..cfb09b1871 100644
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -172,10 +172,8 @@ class Config:
 			'no_log_for': [ opt_str, '' ],
 			'attached_gpg_keys': [ opt_str, '' ],
 			'keep_alives_enabled': [ opt_bool, True],
-			# send keepalive every 60 seconds of inactivity
+			# send keepalive every N seconds of inactivity
 			'keep_alive_every_foo_secs': [ opt_int, 55 ],
-			# disconnect if 2 minutes have passed and server didn't reply
-			'keep_alive_disconnect_after_foo_secs': [ opt_int, 120 ],
 			# try for 2 minutes before giving up (aka. timeout after those seconds)
 			'try_connecting_for_foo_secs': [ opt_int, 60 ],
 			'max_stanza_per_sec': [ opt_int, 5],
-- 
GitLab