Skip to content

Commit

Permalink
Read concurrency from env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Sep 22, 2018
1 parent 9b37f75 commit 04ed46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
worker: lumenaddr $SUFFIXES
worker: lumenaddr --concurrency ${CONCURRENCY:-10} $SUFFIXES

0 comments on commit 04ed46f

Please sign in to comment.