mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 11:47:27 -03:00
Oops, default connect_timeout should still be 120s
This commit is contained in:
parent
339fc9338e
commit
08ed7dab65
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class Onion(object):
|
||||||
custom_settings=None,
|
custom_settings=None,
|
||||||
config=None,
|
config=None,
|
||||||
tor_status_update_func=None,
|
tor_status_update_func=None,
|
||||||
connect_timeout=1,
|
connect_timeout=120,
|
||||||
local_only=False,
|
local_only=False,
|
||||||
):
|
):
|
||||||
if local_only:
|
if local_only:
|
||||||
|
|
Loading…
Reference in a new issue