Explorar el Código

[Javalin] Fine tune database pool size (#6436)

miguelmp-dev hace 4 años
padre
commit
fbdf2ef7f8

+ 2 - 2
frameworks/Java/javalin/src/main/resources/environment.properties

@@ -1,10 +1,10 @@
 physicalTag=Citrine
 physicalTag=Citrine
 cloudTag=Azure
 cloudTag=Azure
 
 
-mongodbPhysicalPoolSize=200
+mongodbPhysicalPoolSize=100
 mongodbCloudPoolSize=100
 mongodbCloudPoolSize=100
 mongodbDefaultPoolSize=50
 mongodbDefaultPoolSize=50
 
 
-postgresPhysicalPoolSize=112
+postgresPhysicalPoolSize=56
 postgresCloudPoolSize=16
 postgresCloudPoolSize=16
 postgresDefaultPoolSize=10
 postgresDefaultPoolSize=10