Home
last modified time | relevance | path

Searched refs:retryDelay (Results 1 – 8 of 8) sorted by relevance

/third_party/node/lib/internal/fs/
Drimraf.js51 const delay = retries * options.retryDelay;
220 options.retryDelay > 0) {
221 sleep(i * options.retryDelay);
266 options.retryDelay > 0) {
267 sleep(i * options.retryDelay);
Dutils.js759 retryDelay: 100, property
764 retryDelay: 100, property
867 validateInt32(options.retryDelay, 'options.retryDelay', 0);
/third_party/node/test/parallel/
Dtest-fs-rmdir-recursive.js163 retryDelay: 100, property
168 retryDelay: 953, property
179 retryDelay: 100, property
205 validateRmdirOptions({ retryDelay: -1 }); property
Dtest-fs-rm.js409 retryDelay: 100, property
415 retryDelay: 953, property
427 retryDelay: 100, property
464 validateRmOptionsSync(filePath, { retryDelay: -1 }); property
/third_party/node/lib/internal/debugger/
Dinspect.js48 const retryDelay = 150;
54 const asyncIterator = pSetInterval(retryDelay);
/third_party/node/doc/api/
Dfs.md1489 `retryDelay` option is now supported. `ENFILE` errors are now
1501 backoff wait of `retryDelay` milliseconds longer on each try. This option
1507 * `retryDelay` {integer} The amount of time in milliseconds to wait between
1533 backoff wait of `retryDelay` milliseconds longer on each try. This option
1538 * `retryDelay` {integer} The amount of time in milliseconds to wait between
3961 `retryDelay` option is now supported. `ENFILE` errors are now
3985 backoff wait of `retryDelay` milliseconds longer on each try. This option
3991 * `retryDelay` {integer} The amount of time in milliseconds to wait between
4025 backoff wait of `retryDelay` milliseconds longer on each try. This option
4030 * `retryDelay` {integer} The amount of time in milliseconds to wait between
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md1673 use the same retry logic as other errors. The `retryDelay` option is now
1738 * \[[`f725953433`](https://github.com/nodejs/node/commit/f725953433)] - **fs**: add retryDelay opti…
DCHANGELOG_V12.md3394 * \[[`f9d8494410`](https://github.com/nodejs/node/commit/f9d8494410)] - **fs**: add retryDelay opti…