Home
last modified time | relevance | path

Searched refs:maxFilesPerProcess (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/test/lib/utils/
Dlog-file.js81 maxFilesPerProcess: 20, property
114 const maxFilesPerProcess = 5 constant
117 maxFilesPerProcess, property
120 for (const i of range(maxLogsPerFile * maxFilesPerProcess)) {
129 t.equal(logs.length, maxFilesPerProcess, 'total log files')
137 maxFilesPerProcess: 99, property
/third_party/node/deps/npm/lib/utils/
Dlog-file.js38 maxFilesPerProcess = 5, property
41 this.#MAX_FILES_PER_PROCESS = maxFilesPerProcess