Skip to content

Commit

Permalink
CB-22429 increase db connection max poolsize for Cloudbreak core to 6…
Browse files Browse the repository at this point in the history
…0 from 30
  • Loading branch information
sodre90 authored and biharitomi committed Jul 10, 2023
1 parent f89afc2 commit 06a1234
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class DatabaseConfig extends MultiDataSourceConfig {
@Value("${cb.db.env.db:}")
private String dbName;

@Value("${cb.db.env.poolsize:30}")
@Value("${cb.db.env.poolsize:60}")
private int poolSize;

@Value("${cb.db.env.connectiontimeout:30}")
Expand Down

0 comments on commit 06a1234

Please sign in to comment.