# HG changeset patch # User Tom Gottfried # Date 1554887661 -7200 # Node ID dfeb2928232b83c42797321275bd3213aa09505d # Parent 87d34efafb3adeb18a63b1d4698036f4c4e4350a Let GeoServer validate database connections before use Without, there could be stale WFS requests blocking the client if a database connection was broken. diff -r 87d34efafb3a -r dfeb2928232b pkg/geoserver/boot.go --- 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}, }, },