File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ spring.lifecycle.timeout-per-shutdown-phase=3s
10
10
11
11
# database
12
12
spring.datasource.url =${JAVA_RUST_JDBC}
13
- spring.datasource.hikari.maximumPoolSize =2
14
- spring.datasource.hikari.minimumIdle =2
13
+ spring.datasource.hikari.maximumPoolSize =4
14
+ spring.datasource.hikari.minimumIdle =4
15
15
spring.datasource.hikari.maxLifetime =600
16
16
spring.datasource.hikari.connectionTimeout =5000
17
17
spring.datasource.data-source-class-name =org.postgresql.ds.PGSimpleDataSource
Original file line number Diff line number Diff line change 10
10
11
11
// database
12
12
postgres_uri_env_var_name : "JAVA_RUST_POSTGRES_URI" ,
13
- postgres_max_pool_size : 2 ,
14
- postgres_min_pool_size : 2 ,
13
+ postgres_max_pool_size : 4 ,
14
+ postgres_min_pool_size : 4 ,
15
15
postgres_max_life_time_minutes : 10 ,
16
16
postgres_timeout_sec : 5 ,
17
17
You can’t perform that action at this time.
0 commit comments