mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
Deprecate non-direct-call API (#7336)
This commit is contained in:
@@ -13,10 +13,6 @@ def env_integer(key, default):
|
||||
return default
|
||||
|
||||
|
||||
def direct_call_enabled():
|
||||
return bool(int(os.environ.get("RAY_FORCE_DIRECT", "1")))
|
||||
|
||||
|
||||
ID_SIZE = 20
|
||||
|
||||
# The default maximum number of bytes to allocate to the object store unless
|
||||
|
||||
Reference in New Issue
Block a user