Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4071 from LiskHQ/4062-decrease_default_connection
Browse files Browse the repository at this point in the history
Update default connection for DB - Closes #4062
  • Loading branch information
shuse2 authored Aug 13, 2019
2 parents 4bb27a4 + a290bee commit 526ad7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/components/storage/defaults/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const defaultConfig = {
user: 'lisk',
password: 'password',
min: 10,
max: 95,
max: 25,
poolIdleTimeout: 30000,
reapIntervalMillis: 1000,
logEvents: ['error'],
Expand Down

0 comments on commit 526ad7f

Please sign in to comment.