Skip to content

Commit

Permalink
milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Oct 9, 2023
1 parent a140648 commit b945db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python_modules/dagster-webserver/dagster_webserver/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def create_dagster_webserver_cli():
)
@click.option(
"--live-data-poll-rate",
help="Rate at which the dagster UI polls for updated asset data (defaults to 2 seconds)",
help="Rate at which the dagster UI polls for updated asset data (in milliseconds)",
type=click.INT,
required=False,
default=2000,
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagster/dagster/_cli/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def dev_command_options(f):
)
@click.option(
"--live-data-poll-rate",
help="Rate at which the dagster UI polls for updated asset data ",
help="Rate at which the dagster UI polls for updated asset data (in milliseconds)",
default="2000",
show_default=True,
required=False,
Expand Down

0 comments on commit b945db8

Please sign in to comment.