Skip to content

Commit

Permalink
Bump cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettelerij committed Mar 1, 2024
1 parent 9448d50 commit 1a6b30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogc/features/datasources/geopackage/stmtcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/jmoiron/sqlx"
)

var preparedStmtCacheSize = 15
var preparedStmtCacheSize = 25

// PreparedStatementCache is thread safe
type PreparedStatementCache struct {
Expand Down

0 comments on commit 1a6b30d

Please sign in to comment.