network: increase MOST_RELAXED default timeout to 10 minutes
related: https://github.com/spesmilo/electrum/pull/6741
This commit is contained in:
parent
3c89236128
commit
42366ba57d
@ -80,7 +80,8 @@ class NetworkTimeout:
|
||||
class Generic:
|
||||
NORMAL = 30
|
||||
RELAXED = 45
|
||||
MOST_RELAXED = 180
|
||||
MOST_RELAXED = 600
|
||||
|
||||
class Urgent(Generic):
|
||||
NORMAL = 10
|
||||
RELAXED = 20
|
||||
|
||||
Loading…
Reference in New Issue
Block a user