-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Postgis Connection lost #304
Comments
Ok I should probably add that I am using a docker-compose file: |
Those values are used by Apache to integrate MapServer, to not close the database connections you should add in your layer in the MapFile: |
Thank you for the Answer. I will try it and report if it helped. |
Unfortunately this didnt work. I still get a connection timeout. |
Hey,
Our Mapserver seems to lose the connection to the used DB (both are stored in docker containers) after some (varying) time.
I tried to play with the environment variables, as I thought it might have to do with idle connections that get terminated.
This however didnt lead to closed connections after 10 seconds which I assumed are the unit for this values. Is there like a minimum threshold or can I set all of them to 0 to never terminate the connections automatically?
The text was updated successfully, but these errors were encountered: