Skip to content

Commit

Permalink
Revert "[core]Turn on light weight resource broadcasting. (#32625)" (#…
Browse files Browse the repository at this point in the history
…34636)

This reverts commit 1bfbc46.
  • Loading branch information
scv119 committed Apr 21, 2023
1 parent 243ad8b commit 77267a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ray/common/ray_config_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ RAY_CONFIG(uint64_t, gcs_grpc_max_request_queued_max_bytes, 1024UL * 1024 * 1024
RAY_CONFIG(int32_t, gcs_client_check_connection_status_interval_milliseconds, 1000)

/// Feature flag to use the ray syncer for resource synchronization
RAY_CONFIG(bool, use_ray_syncer, true)
RAY_CONFIG(bool, use_ray_syncer, false)
/// Due to the protocol drawback, raylet needs to refresh the message if
/// no message is received for a while.
/// Refer to https://tinyurl.com/n6kvsp87 for more details
Expand Down

0 comments on commit 77267a3

Please sign in to comment.