Skip to content

Commit

Permalink
Change hikari config 500 and bCapacity 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
physcom committed Oct 9, 2023
1 parent 2e97b67 commit e19d499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ node.ntp-offset-threshold=100
# CONSENSUS
consensus.epoch-height=21
consensus.delegates-count=21
consensus.block-capacity=1000
consensus.block-capacity=10000
consensus.time-slot-duration=50000
consensus.time-slot-interval=15000
consensus.genesis-address=0x0000000000000000000000000000000000000000
Expand All @@ -58,7 +58,7 @@ management.metrics.export.prometheus.step=15s
spring.jpa.properties.hibernate.generate_statistics=true

### HIKARI
spring.datasource.hikari.maximum-pool-size=300
spring.datasource.hikari.maximum-pool-size=500
spring.datasource.hikari.connectionTimeout=30000
spring.datasource.hikari.idleTimeout=600000
spring.datasource.hikari.maxLifetime=1800000

0 comments on commit e19d499

Please sign in to comment.