Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaihehe committed Dec 5, 2023
1 parent e81da97 commit 912338d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvefs/src/client/kvclient/kvclient_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void KVClientManager::Set(std::shared_ptr<SetKVCacheTask> task) {
task->res =
client_->Set(task->key, task->value, task->length, &error_log);
kvClientManagerMetric_->setQueueSize << -1;
if (task->res) {
if (task->res) {
kvClientManagerMetric_->count << 1;
}
OnReturn(&kvClientManagerMetric_->set, task);
Expand Down

0 comments on commit 912338d

Please sign in to comment.