From ce915a86c1120dcccb7571380241750007d64a6f Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 12 Jun 2016 21:46:46 +0200 Subject: Increase ping timeout delays (now that the ping actually works) --- poezio/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poezio/config.py') diff --git a/poezio/config.py b/poezio/config.py index d84f84e8..ef622f53 100644 --- a/poezio/config.py +++ b/poezio/config.py @@ -37,8 +37,8 @@ DEFAULT_CONFIG = { 'certificate': '', 'certfile': '', 'ciphers': 'HIGH+kEDH:HIGH+kEECDH:HIGH:!PSK:!SRP:!3DES:!aNULL', - 'connection_check_interval': 60, - 'connection_timeout_delay': 10, + 'connection_check_interval': 300, + 'connection_timeout_delay': 30, 'create_gaps': False, 'custom_host': '', 'custom_port': '', -- cgit v1.2.3