From c86cbdedca2afff43551a699ca87395c2db71ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20W=C3=A4rmedal?= Date: Tue, 27 Apr 2021 09:53:58 +0200 Subject: [PATCH] Increased default timeout (geminispace.info searches usually take longer) --- av98.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/av98.py b/av98.py index 97c956f..48bc58e 100755 --- a/av98.py +++ b/av98.py @@ -269,7 +269,7 @@ class GeminiClient(cmd.Cmd): self.options = { "debug" : False, "ipv6" : True, - "timeout" : 10, + "timeout" : 600, "width" : 80, "auto_follow_redirects" : True, "gopher_proxy" : None,