mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 01:43:32 +08:00
[Object Spilling] Remove retries and use a timer instead. (#13175)
This commit is contained in:
@@ -210,7 +210,6 @@ class RayParams:
|
||||
raise Exception(
|
||||
"Object pinning cannot be enabled if using LRU eviction.")
|
||||
self._system_config["object_pinning_enabled"] = False
|
||||
self._system_config["object_store_full_max_retries"] = -1
|
||||
self._system_config["free_objects_period_milliseconds"] = 1000
|
||||
|
||||
# Set the internal config options for object reconstruction.
|
||||
|
||||
Reference in New Issue
Block a user