Just upgraded to 6.4.4 and now user presence is disabled.
Presence service cap The service is now disabled. You can’t reenable it again until there’s less than 200 active connections at the same time
Active connections 217/200
Yet we only have 53 users and only a fraction of those are actually online at the moment.
Where can I see these “active connections”?
The main workspace page shows this:
I don’t see anything like 217 connections there.
I also ran a mongodb query and got this:
rs01 [direct: primary] test> db.serverStatus().connections;
{
current: 56,
available: 51144,
totalCreated: 70,
active: 5,
threaded: 56,
exhaustIsMaster: 1,
exhaustHello: 1,
awaitingTopologyChanges: 5
}