Skip to content

Commit 064fdf8

Browse files
committed
fixup! fixup! src: set UV_THREADPOOL_SIZE based on available parallelism
1 parent d86271a commit 064fdf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/test-uv-threadpool-size-auto.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
'use strict';
2+
require('../common');
3+
24
const { spawnSyncAndAssert } = require('../common/child_process');
35
const assert = require('assert');
46
const os = require('os');

0 commit comments

Comments
 (0)