Skip to content

Commit

Permalink
Merge pull request #508 from singnet/development
Browse files Browse the repository at this point in the history
Patch 2.1.4 - Reducing the default parameter payment-channel-connection-timeout  from 100 seconds to 7 seconds
  • Loading branch information
kiruxaspb authored Jul 30, 2024
2 parents eba8266 + 7660f37 commit 3d6be71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snet/cli/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def add_organization_options(parser):
p.add_argument("endpoints", nargs='*', help="Endpoints for the first group")
p.add_argument("--payment-expiration-threshold", type=int, default=100, help="Payment Expiration threshold")
p.add_argument("--payment-channel-storage-type", default="etcd", help="Storage channel for payment")
p.add_argument("--payment-channel-connection-timeout", default="100s", help="Payment channel connection timeout ")
p.add_argument("--payment-channel-connection-timeout", default="7s", help="Payment channel connection timeout ")
p.add_argument("--payment-channel-request-timeout", default="5s", help="Payment channel request timeout")
add_metadatafile_argument_for_org(p)
add_p_registry_address_opt(p)
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.3"
__version__ = "2.1.4"

0 comments on commit 3d6be71

Please sign in to comment.