PragmaTwice commented on code in PR #2683:
URL: https://github.com/apache/kvrocks/pull/2683#discussion_r1866195954


##########
kvrocks.conf:
##########
@@ -643,6 +643,13 @@ migrate-batch-size-kb 16
 # Default: 16M
 migrate-batch-rate-limit-mb 16
 
+
+# Specifies fast shutdown mode
+# If set to 1, we skip blockcache dtor to speed up shutdown
+#
+# Default: 0
+# fast_shutdown 0
+

Review Comment:
   ```suggestion
   skip-block-cache-deallocation-on-close no
   ```



-- 
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