Skip to content

Commit

Permalink
[Dashboard] Bumped default REPORTER_UPDATE_INTERVAL_MS to 5s (ray-p…
Browse files Browse the repository at this point in the history
…roject#45193)

Signed-off-by: Alexey Kudinkin <ak@anyscale.com>
  • Loading branch information
alexeykudinkin authored and HenryZJY committed May 10, 2024
1 parent d308001 commit 1d2da3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/modules/reporter/reporter_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
REPORTER_PREFIX = "RAY_REPORTER:"
# The reporter will report its statistics this often (milliseconds).
REPORTER_UPDATE_INTERVAL_MS = ray_constants.env_integer(
"REPORTER_UPDATE_INTERVAL_MS", 2500
"REPORTER_UPDATE_INTERVAL_MS", 5000
)

0 comments on commit 1d2da3e

Please sign in to comment.