akka-apps: increase pg queueSize (#19761)

This commit is contained in:
Gustavo Trott 2024-03-08 11:35:58 -03:00 committed by GitHub
parent 9abc02e559
commit d2207a7fd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,7 @@ postgres {
}
numThreads = 1
maxConnections = 1
queueSize = 20000
}