Skip to content

Commit

Permalink
[data] turn off actor locality by default (#44123)
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Chen <[email protected]>
  • Loading branch information
raulchen authored Mar 19, 2024
1 parent c239661 commit a28dfdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def __init__(
preserve_order: bool = False,
# TODO(hchen): Re-enable `actor_locality_enabled` by default after fixing
# https://github.com/ray-project/ray/issues/43466
actor_locality_enabled: bool = True,
actor_locality_enabled: bool = False,
verbose_progress: Optional[bool] = None,
):
if resource_limits is None:
Expand Down

0 comments on commit a28dfdd

Please sign in to comment.