diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-24 19:52:03 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-24 19:52:03 +0200 |
| commit | e042b74955c5d0829cd8b1f00213cd1398864d0b (patch) | |
| tree | 71093f901472aff45c8866d041ce85fb2e85329f /worker.js | |
| parent | 6c6826ab1811652f3391089c128592658a1cf784 (diff) | |
| download | cruncher-e042b74955c5d0829cd8b1f00213cd1398864d0b.tar.gz cruncher-e042b74955c5d0829cd8b1f00213cd1398864d0b.zip | |
disable logging
Diffstat (limited to 'worker.js')
| -rw-r--r-- | worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ if (LOGGLY_TOKEN) amqp.connect(RABBITMQ_URI).then(async (rabbit) => { // connect to rabbit & db const seq = new Seq(DATABASE_URI, { - //logging: false, + logging: false, max: MAXCONNS }); |
