Skip to content

Commit

Permalink
update2
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaihehe committed Dec 7, 2023
1 parent 1753b67 commit 84feedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curvefs/src/client/kvclient/kvclient_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ void UpdateHitMissMetric(memcached_return_t retCode,
}

void KVClientManager::Get(std::shared_ptr<GetKVCacheTask> task) {
kvClientManagerMetric_->getQueueSize << 1;
threadPool_.Enqueue([task, this]() {
kvClientManagerMetric_->getQueueSize << 1;
threadPool_.Enqueue([task, this]() {
std::string error_log;
memcached_return_t retCode;
task->res = client_->Get(task->key, task->value, task->offset,
Expand Down

0 comments on commit 84feedf

Please sign in to comment.