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