Skip to content

Commit

Permalink
removed keys_mutex.unlock() (#2657)
Browse files Browse the repository at this point in the history
Co-authored-by: cjh <1271435567@qq.com>
  • Loading branch information
cheniujh and cheniujh authored May 17, 2024
1 parent af3be67 commit 3e15569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/throttle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ size_t Throttle::ThrottledByThroughput(size_t bytes) {
available_size = bytes;
cur_throughput_bytes_ += available_size;
}
keys_mutex_.unlock();
return available_size;
}

Expand Down

0 comments on commit 3e15569

Please sign in to comment.