File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 38
38
// If you increase poolMax, you must increase UV_THREADPOOL_SIZE before Node.js
39
39
// starts its thread pool. If you set UV_THREADPOOL_SIZE too late, the value is
40
40
// ignored and the default size of 4 is used.
41
+ // Note on Windows you must set the UV_THREADPOOL_SIZE environment variable before
42
+ // running your application.
41
43
// process.env.UV_THREADPOOL_SIZE = 4;
42
44
43
45
const oracledb = require ( 'oracledb' ) ;
Original file line number Diff line number Diff line change 39
39
// If you increase poolMax, you must increase UV_THREADPOOL_SIZE before Node.js
40
40
// starts its thread pool. If you set UV_THREADPOOL_SIZE too late, the value is
41
41
// ignored and the default size of 4 is used.
42
+ // Note on Windows you must set the UV_THREADPOOL_SIZE environment variable before
43
+ // running your application.
42
44
// process.env.UV_THREADPOOL_SIZE = 4;
43
45
44
46
const http = require ( 'http' ) ;
You can’t perform that action at this time.
0 commit comments