Skip to content

Commit 09a9bf5

Browse files
committed
Smok tweak
1 parent d60afac commit 09a9bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/realm/RealmQueue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void RealmQueue::update_clients() {
5454
auto RealmQueue::enqueue(const ClientIdent& client, int priority) -> Result {
5555
std::lock_guard guard(lock_);
5656

57-
const auto max_slots = cstore_.config_tls().max_slots;
57+
const auto max_slots = cstore_.config().max_slots;
5858

5959
if(active_ < max_slots && queue_.empty()) {
6060
++active_;

0 commit comments

Comments
 (0)