Skip to content
Snippets Groups Projects
Commit d1fa6251 authored by Tom Käsler's avatar Tom Käsler
Browse files

add caching to prepstmts for slick

parent c1e067e7
1 merge request!14Stresstest
Pipeline #7907 passed with stages
in 2 minutes and 56 seconds
......@@ -28,6 +28,9 @@ database = {
maxLifetime = 5 minutes
maximumPoolSize = 10
leakDetectionThreshold = 2000
properties.cachePrepStmts = true
properties.prepStmtCacheSize = 20000
properties.prepStmtCacheSqlLimit = 100000
}
http {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment