Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2008-12-15 16:41:08 +0300
committerjs <js-gajim@webkeks.org>2008-12-15 16:41:08 +0300
commit23c99ac920be8e4ee9ec7a60f54c328ca9e6e6ed (patch)
tree11f2da2e4466507207edd990382a54e3ce9074fb
parent8d99b680b148946a535c0fef8fcd2f697e0c8b9d (diff)
Use more sane timeout values. 2 min should be ok.
-rw-r--r--src/common/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/config.py b/src/common/config.py
index 33447822a..0efbe4772 100644
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -312,8 +312,8 @@ class Config:
'attached_gpg_keys': [ opt_str, '' ],
'keep_alives_enabled': [ opt_bool, True],
# send keepalive every N seconds of inactivity
- 'keep_alive_every_foo_secs': [ opt_int, 55 ],
- 'time_for_keep_alive_answer': [ opt_int, 20, _('How many seconds to wait for the answer of keepalive packet before we try to reconnect.') ],
+ 'keep_alive_every_foo_secs': [ opt_int, 120 ],
+ 'time_for_keep_alive_answer': [ opt_int, 60, _('How many seconds to wait for the answer of keepalive packet before we try to reconnect.') ],
# try for 2 minutes before giving up (aka. timeout after those seconds)
'try_connecting_for_foo_secs': [ opt_int, 60 ],
'http_auth': [opt_str, 'ask'], # yes, no, ask