Skip to content

Commit 3d6be71

Browse files
authored
Merge pull request #508 from singnet/development
Patch 2.1.4 - Reducing the default parameter payment-channel-connection-timeout from 100 seconds to 7 seconds
2 parents eba8266 + 7660f37 commit 3d6be71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snet/cli/arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def add_organization_options(parser):
286286
p.add_argument("endpoints", nargs='*', help="Endpoints for the first group")
287287
p.add_argument("--payment-expiration-threshold", type=int, default=100, help="Payment Expiration threshold")
288288
p.add_argument("--payment-channel-storage-type", default="etcd", help="Storage channel for payment")
289-
p.add_argument("--payment-channel-connection-timeout", default="100s", help="Payment channel connection timeout ")
289+
p.add_argument("--payment-channel-connection-timeout", default="7s", help="Payment channel connection timeout ")
290290
p.add_argument("--payment-channel-request-timeout", default="5s", help="Payment channel request timeout")
291291
add_metadatafile_argument_for_org(p)
292292
add_p_registry_address_opt(p)

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.3"
1+
__version__ = "2.1.4"

0 commit comments

Comments
 (0)