Skip to content

Commit

Permalink
[data] turn of actor locality by default (#44124)
Browse files Browse the repository at this point in the history
Cherry-pick #44123

Signed-off-by: Hao Chen <[email protected]>
  • Loading branch information
raulchen committed Mar 19, 2024
1 parent 6e85651 commit 09abba2
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 09abba2

Please sign in to comment.