Skip to content

Commit

Permalink
Merge pull request #2192 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
zmcNotafraid committed Sep 10, 2024
2 parents e97a68e + 9acbf62 commit 07cc078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ default: &default
reaping_frequency: 60 # every 60s check pool
timeout: 5000 # over 5s will timeout
variables:
statement_timeout: 60000 # query timemout over 60s
statement_timeout: <%= ENV.fetch("DATABASE_STATEMENT_TIMEOUT") { 60000 } %> # query timemout over 60s
idle_in_transaction_session_timeout: 120000 # idle transaction over 120s

development:
Expand Down

0 comments on commit 07cc078

Please sign in to comment.