Skip to content

Commit

Permalink
Bumped default REPORTER_UPDATE_INTERVAL_MS to 5s
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Kudinkin <[email protected]>
  • Loading branch information
alexeykudinkin committed May 8, 2024
1 parent f2b0d91 commit 64a95fe
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 64a95fe

Please sign in to comment.