7152-devToTest_2414 #2228

Merged
alexm merged 636 commits from 7152-devToTest_2414 into test 2024-03-28 08:26:34 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 1fe665357f - Show all commits

View File

@ -2,9 +2,7 @@
// https://jestjs.io/docs/en/configuration.html
/* eslint max-len: ["error", { "code": 150 }]*/
const cpus = require('os').cpus().length;
console.log('cpus: ', cpus);
const maxCpus = Math.floor(cpus / 4);
console.log('maxCpus: ', maxCpus);
const maxCpus = Math.floor(cpus * 0.45);
module.exports = {
name: 'front end',