Skip to content

Commit

Permalink
add: print concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Apr 26, 2020
1 parent 4ecbee5 commit 0c6db83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/index-prod.js
@@ -1,4 +1,5 @@
import throng from 'throng'
import start from './server-prod'

console.log('workers concurrency:', process.env.WEB_CONCURRENCY)
throng({ workers: process.env.WEB_CONCURRENCY, lifetime: Infinity }, start)

0 comments on commit 0c6db83

Please sign in to comment.