changeset 2990:dfeb2928232b

Let GeoServer validate database connections before use Without, there could be stale WFS requests blocking the client if a database connection was broken.
author Tom Gottfried <tom@intevation.de>
date Wed, 10 Apr 2019 11:14:21 +0200
parents 87d34efafb3a
children ce0a1fa84575
files pkg/geoserver/boot.go
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/geoserver/boot.go	Wed Apr 10 11:03:15 2019 +0200
+++ b/pkg/geoserver/boot.go	Wed Apr 10 11:14:21 2019 +0200
@@ -172,6 +172,7 @@
 					{"Primary key metadata table", primaryKeyMetadataTbl},
 					{"Session startup SQL", startupSQL},
 					{"Session close-up SQL", closeupSQL},
+					{"validate connections", true},
 					{"Estimated extends", false},
 				},
 			},