-
Notifications
You must be signed in to change notification settings - Fork 658
Peak connection in mysql logs incorrect #428
Comments
The MySQL peak connections have nothing to do with the peak connections that this package store. |
Hi Rennokki, Thanks for your message, sorry for the delay. So I checked the number of open files for the supervisor processor, and that equates to the number of max connections. However, we have some clients which have 54 connections open, when they only have 1 tab open, on one computer and the connection code is only called once? Not sure if you could shed some light of this? |
When you're calling |
In our code, we only have one instance of pusher subscribe though? |
@lovetoast The package version you're using? We have fixed some memory leaks in 2.x (beta for now): #475 |
Ah right, I'll check this and revert back, it could also be a quick in how window.load works but I'll let you know as it may help others :) |
@rennokki I'm not sure if an upgrade would fix this? |
Rather strange issue!
I have about 20 connections online according to the API, but according to the mysql logs I have 180 peak connections!
Any ideas?
Thanks in advance and for the great package.
The text was updated successfully, but these errors were encountered: