mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 22:07:16 +08:00
Document fault tolerance behavior. (#6698)
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.Map;
|
||||
public class ActorCreationOptions extends BaseTaskOptions {
|
||||
|
||||
public static final int NO_RECONSTRUCTION = 0;
|
||||
public static final int INFINITE_RECONSTRUCTIONS = (int) Math.pow(2, 30);
|
||||
public static final int INFINITE_RECONSTRUCTION = (int) Math.pow(2, 30);
|
||||
// DO NOT set this environment variable. It's only used for test purposes.
|
||||
// Please use `setUseDirectCall` instead.
|
||||
public static final boolean DEFAULT_USE_DIRECT_CALL = "1"
|
||||
|
||||
Reference in New Issue
Block a user