mapleFU commented on code in PR #3034:
URL: https://github.com/apache/kvrocks/pull/3034#discussion_r2161700858


##########
kvrocks.conf:
##########
@@ -886,14 +886,18 @@ rocksdb.delayed_write_rate 0
 #  Default: no
 rocksdb.enable_pipelined_write no
 
-# Soft limit on number of level-0 files. We start slowing down writes at this
-#  point. A value <0 means that no writing slow down will be triggered by
-# number of files in level-0.
+# Soft limit on number of level-0 files. We slow down writes at this point. 
+# A value of 0 means that no writing slow down will be triggered by number 
+# of files in level-0. If this value is smaller than 
+# rocksdb.level0_file_num_compaction_trigger, this will be set to 
+# rocksdb.level0_file_num_compaction_trigger instead

Review Comment:
   ```suggestion
   # rocksdb.level0_file_num_compaction_trigger instead.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to