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


##########
src/config/config.h:
##########
@@ -279,6 +279,7 @@ struct Config {
   std::vector<std::string> rename_command_;
   std::string histogram_bucket_boundaries_str_;
   std::set<std::string> deprecated_fields_;
+  bool disable_l0_slowdown_writes_trigger_ = false;

Review Comment:
   Is it necessary to introduce a new variable here?



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