-
-
Notifications
You must be signed in to change notification settings - Fork 473
Closed
Description
I set up a MySQL server as a directory and when starting the mail server everything works for about 5 minutes, after that I get the following error message:
pool timed out while waiting for an open connection
Here is my pool config:
[directory."sql".pool]
max-connections = 10
min-connections = 0
When I set max-connections to something like 100 it takes about 30 minutes for the error to show up so I'm thinking it might have something to do with connections silently failing until all connections in the pool have failed.
Metadata
Metadata
Assignees
Labels
No labels