You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLI.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,9 @@ Client implementation and command-line tool for the Linera blockchain
151
151
*`--max-retries <MAX_RETRIES>` — Number of times to retry connecting to a validator
152
152
153
153
Default value: `10`
154
+
*`--max-backoff-ms <MAX_BACKOFF>` — Maximum backoff delay for retrying to connect to a validator
155
+
156
+
Default value: `30000`
154
157
*`--wait-for-outgoing-messages` — Whether to wait until a quorum of validators has confirmed that all sent cross-chain messages have been delivered
155
158
*`--allow-fast-blocks` — Whether to allow creating blocks in the fast round. Fast blocks have lower latency but must be used carefully so that there are never any conflicting fast block proposals
156
159
*`--long-lived-services` — (EXPERIMENTAL) Whether application services can persist in some cases between queries
@@ -1212,6 +1215,9 @@ Start a Local Linera Network
1212
1215
*`--cross-chain-retry-delay-ms <RETRY_DELAY_MS>` — Delay before retrying of cross-chain message
1213
1216
1214
1217
Default value: `2000`
1218
+
*`--cross-chain-max-backoff-ms <MAX_BACKOFF_MS>` — Maximum backoff delay for cross-chain message retries
1219
+
1220
+
Default value: `30000`
1215
1221
*`--cross-chain-sender-delay-ms <SENDER_DELAY_MS>` — Introduce a delay before sending every cross-chain message (e.g. for testing purpose)
0 commit comments