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

This commit is contained in:
Björn Wärmedal 2021-04-27 09:53:58 +02:00
parent b6bae540ba
commit c86cbdedca
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class GeminiClient(cmd.Cmd):
self.options = { self.options = {
"debug" : False, "debug" : False,
"ipv6" : True, "ipv6" : True,
"timeout" : 10, "timeout" : 600,
"width" : 80, "width" : 80,
"auto_follow_redirects" : True, "auto_follow_redirects" : True,
"gopher_proxy" : None, "gopher_proxy" : None,