PragmaTwice commented on code in PR #2683: URL: https://github.com/apache/kvrocks/pull/2683#discussion_r1867996320
########## 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 yes, we skip blockcache dtor to speed up shutdown Review Comment: ```suggestion # If it is set to yes, kvrocks will skip the deallocation of block cache # while closing the database to speed up the shutdown ``` -- 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]
