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