log.info(`CPU model: ${cpuInfos[0].model}, logical cores: ${cpuInfos.length} freq: ${cpuInfos[0].speed} Mhz`);// for perf. issues it's good to know the rough configuration
log.info(`CPU model: ${cpuInfos[0].model}, logical cores: ${cpuInfos.length} freq: ${cpuInfos[0].speed} Mhz`);// for perf. issues it's good to know the rough configuration
}
}
@ -69,8 +69,8 @@ function startTrilium() {
ws.init(httpServer,sessionParserasany);// TODO: Not sure why session parser is incompatible.
ws.init(httpServer,sessionParserasany);// TODO: Not sure why session parser is incompatible.