[Core] Fix incorrect comment (#13228)

This commit is contained in:
Siyuan (Ryans) Zhuang
2021-01-06 11:37:29 -08:00
committed by GitHub
parent 0d61ea9b06
commit 02ae6c5a9a
+1 -1
View File
@@ -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