Skip to content

Commit

Permalink
Merge pull request #220 from adhocteam/fix-double-import
Browse files Browse the repository at this point in the history
clean up double import
  • Loading branch information
dcmcand authored Mar 9, 2021
2 parents a35691d + 74ee33f commit d694b96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { logger, auditLogger } from './logger';
import { scanQueue } from './services/scanQueue';
import processFile from './workers/files';

require('newrelic');
// Number of workers to spawn
const workers = process.env.WORKER_CONCURRENCY || 2;
// Number of jobs per worker. Can be adjusted if clamav is getting bogged down
Expand Down

0 comments on commit d694b96

Please sign in to comment.