From 1a6b30d910bbaae20c737002be1c21bfa8bbab17 Mon Sep 17 00:00:00 2001 From: Richard Kettelerij Date: Fri, 1 Mar 2024 17:16:16 +0100 Subject: [PATCH] Bump cache size --- ogc/features/datasources/geopackage/stmtcache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogc/features/datasources/geopackage/stmtcache.go b/ogc/features/datasources/geopackage/stmtcache.go index f9eea712..0429c885 100644 --- a/ogc/features/datasources/geopackage/stmtcache.go +++ b/ogc/features/datasources/geopackage/stmtcache.go @@ -8,7 +8,7 @@ import ( "github.com/jmoiron/sqlx" ) -var preparedStmtCacheSize = 15 +var preparedStmtCacheSize = 25 // PreparedStatementCache is thread safe type PreparedStatementCache struct {