chore: lower takeover test load, add comments (#2151)

* chore: lower takeover test load, add comments

---------

Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
Vladislav 2023-11-12 12:08:05 +03:00 committed by GitHub
parent 4201ac416e
commit 564e38c05c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 7 deletions

View file

@ -2444,7 +2444,7 @@ void Service::RegisterCommands() {
registry_.Init(pp_.size());
using CI = CommandId;
if (VLOG_IS_ON(1)) {
if (VLOG_IS_ON(2)) {
LOG(INFO) << "Multi-key commands are: ";
registry_.Traverse([](std::string_view key, const CI& cid) {
if (cid.is_multi_key()) {