Skip to content

Commit 54d4719

Browse files
authored
change param --retry-from-record default value (HemeraProtocol#181)
1 parent b5b9589 commit 54d4719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def wrapper(*args, **kwargs):
129129
)
130130
@click.option(
131131
"--retry-from-record",
132-
default=False,
132+
default=True,
133133
show_default=True,
134134
type=bool,
135135
envvar="RETRY_FROM_RECORD",

0 commit comments

Comments
 (0)