We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When using mongodb for chat history. Flowise opens multiple connection and does not close them.
Due to this i have hit now 500+ connection limit on mongoDB.
To Reproduce Steps to reproduce the behavior:
Expected behavior I think the ideal behaviour is open one connection and keep resuing it, or atleast close all opened connection.
Screenshots
The text was updated successfully, but these errors were encountered:
#1627. Creating a singleton class for mondodb instance.
Sorry, something went wrong.
Merge pull request #1627 from Ashes47/main
0f09782
Mongodb for Chat history #1622
No branches or pull requests
Describe the bug
When using mongodb for chat history. Flowise opens multiple connection and does not close them.
Due to this i have hit now 500+ connection limit on mongoDB.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I think the ideal behaviour is open one connection and keep resuing it, or atleast close all opened connection.
Screenshots
The text was updated successfully, but these errors were encountered: