Skip to content

Commit

Permalink
fix: adjusted email concurrency to 10 (still needs optimized more)
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Sep 18, 2019
1 parent eeeabfc commit dc472ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/queues/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const queues = [
},
processors: [
{
processor: path.join(__dirname, 'email.js')
processor: path.join(__dirname, 'email.js'),
concurrency: 10
}
]
}
Expand Down

0 comments on commit dc472ca

Please sign in to comment.