mirror of
https://github.com/wassname/ray.git
synced 2026-07-23 13:10:11 +08:00
Quick workaround for ray.wait bug. (#42)
This commit is contained in:
committed by
Philipp Moritz
parent
35ce5f8001
commit
a93c6b7596
@@ -6,7 +6,7 @@ import time
|
||||
import libplasma
|
||||
|
||||
PLASMA_ID_SIZE = 20
|
||||
PLASMA_WAIT_TIMEOUT = 2 ** 36
|
||||
PLASMA_WAIT_TIMEOUT = 2 ** 30
|
||||
|
||||
class PlasmaBuffer(object):
|
||||
"""This is the type of objects returned by calls to get with a PlasmaClient.
|
||||
|
||||
Reference in New Issue
Block a user