We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60afac commit 09a9bf5Copy full SHA for 09a9bf5
1 file changed
src/realm/RealmQueue.cpp
@@ -54,7 +54,7 @@ void RealmQueue::update_clients() {
54
auto RealmQueue::enqueue(const ClientIdent& client, int priority) -> Result {
55
std::lock_guard guard(lock_);
56
57
- const auto max_slots = cstore_.config_tls().max_slots;
+ const auto max_slots = cstore_.config().max_slots;
58
59
if(active_ < max_slots && queue_.empty()) {
60
++active_;
0 commit comments