Skip to content

Commit

Permalink
Update payment-channel-connection-timeout (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
semyon-dev authored Jul 17, 2024
1 parent c36c6e9 commit bd5a173
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bd5a173

Please sign in to comment.