AV-98-fork

A fork of https://tildegit.org/solderpunk/AV-98
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit c86cbdedca2afff43551a699ca87395c2db71ebb
parent b6bae540ba4acd12fcd8e6c53039a4219c6b8aac
Author: Björn Wärmedal <bjorn.warmedal@storytel.com>
Date:   Tue, 27 Apr 2021 09:53:58 +0200

Increased default timeout (geminispace.info searches usually take longer)

Diffstat:
Mav98.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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,