mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
[Core] Fix incorrect comment (#13228)
This commit is contained in:
committed by
GitHub
parent
0d61ea9b06
commit
02ae6c5a9a
@@ -288,7 +288,7 @@ RAY_CONFIG(int64_t, metrics_report_batch_size, 100)
|
||||
/// Whether or not we enable metrics collection.
|
||||
RAY_CONFIG(int64_t, enable_metrics_collection, true)
|
||||
|
||||
/// Whether start the Plasma Store as a Raylet thread.
|
||||
/// Whether put small objects in the local memory store.
|
||||
RAY_CONFIG(bool, put_small_object_in_memory_store, false)
|
||||
|
||||
/// Maximum number of tasks that can be in flight between an owner and a worker for which
|
||||
|
||||
Reference in New Issue
Block a user