[database] increase default pool size to 100 connections

This commit is contained in:
nymkappa
2024-01-03 15:12:11 +01:00
parent 56dce6b28c
commit 64f6775c68
6 changed files with 11 additions and 4 deletions

View File

@@ -91,7 +91,8 @@ describe('Mempool Backend Config', () => {
USERNAME: 'mempool',
PASSWORD: 'mempool',
TIMEOUT: 180000,
PID_DIR: ''
PID_DIR: '',
POOL_SIZE: 100,
});
expect(config.SYSLOG).toStrictEqual({