mirror of
https://github.com/Cameri/nostream.git
synced 2025-10-10 16:42:28 +02:00
chore: log supported nips to console
This commit is contained in:
@@ -16,6 +16,7 @@ const newWorker = (): Worker => {
|
|||||||
|
|
||||||
if (cluster.isPrimary) {
|
if (cluster.isPrimary) {
|
||||||
console.log(`${packageJson.name}@${packageJson.version}`)
|
console.log(`${packageJson.name}@${packageJson.version}`)
|
||||||
|
console.log(`supported NIPs: ${packageJson.supportedNips}`)
|
||||||
console.log(`primary ${process.pid} - running`)
|
console.log(`primary ${process.pid} - running`)
|
||||||
|
|
||||||
const numCpus = cpus().length
|
const numCpus = cpus().length
|
||||||
|
Reference in New Issue
Block a user