mirror of
https://github.com/Cameri/nostream.git
synced 2025-06-30 10:20:32 +02:00
chore: do not print env
Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
This commit is contained in:
@ -50,8 +50,6 @@ export class App implements IRunnable {
|
|||||||
? Number(process.env.WORKER_COUNT)
|
? Number(process.env.WORKER_COUNT)
|
||||||
: this.settingsFactory().workers?.count || cpus().length
|
: this.settingsFactory().workers?.count || cpus().length
|
||||||
|
|
||||||
debug('env: %O', process.env)
|
|
||||||
|
|
||||||
for (let i = 0; i < workerCount; i++) {
|
for (let i = 0; i < workerCount; i++) {
|
||||||
debug('starting worker')
|
debug('starting worker')
|
||||||
this.cluster.fork()
|
this.cluster.fork()
|
||||||
|
Reference in New Issue
Block a user