You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the max client connection to 90000 in the redis conf file and the ulimit is also set to 100000.
Previously the client connection count was set to 30000 so we used to get MaxClientConnection reached error.
Is there a way to identify if the client connection is closed in Flask and how to remove the idle connections?
Whenever the EventSource object is initiated it increments the client connection count.
The text was updated successfully, but these errors were encountered:
I have updated the max client connection to 90000 in the redis conf file and the ulimit is also set to 100000.
Previously the client connection count was set to 30000 so we used to get MaxClientConnection reached error.
Is there a way to identify if the client connection is closed in Flask and how to remove the idle connections?
Whenever the EventSource object is initiated it increments the client connection count.
The text was updated successfully, but these errors were encountered: