Enable memstore by default (#6003)

This commit is contained in:
Eric Liang
2019-10-25 21:59:12 -07:00
committed by GitHub
parent f1d2eb5247
commit a5523466a2
12 changed files with 23 additions and 51 deletions
+1 -1
View File
@@ -657,7 +657,7 @@ cdef class CoreWorker:
raylet_socket.encode("ascii"), job_id.native(),
gcs_options.native()[0], log_dir.encode("utf-8"),
node_ip_address.encode("utf-8"), task_execution_handler,
check_signals, False))
check_signals))
def disconnect(self):
with nogil: