git-hulk commented on code in PR #3228:
URL: https://github.com/apache/kvrocks/pull/3228#discussion_r2441857791


##########
kvrocks.conf:
##########
@@ -717,7 +717,8 @@ migrate-sequence-gap 10000
 migrate-batch-size-kb 16
 
 # Rate limit for migration based on raw-key-value, representing the maximum 
number of data
-# that can be migrated per second. 0 means no limit.
+# that can be migrated per second.
+# Value: [1, INT_MAX], it can't be 0

Review Comment:
   ```suggestion
   # Value: [1, INT_MAX]
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to