diff options
Diffstat (limited to 'worker.js')
| -rw-r--r-- | worker.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -59,7 +59,9 @@ amqp.connect(RABBITMQ_URI).then(async (rabbit) => { // connect to rabbit & db const seq = new Seq(DATABASE_URI, { logging: false, - max: MAXCONNS + pool: { + max: MAXCONNS + } }); const ch = await rabbit.createChannel(); |
