Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
Drimraf.js50 const delay = retries * options.retryDelay;
219 options.retryDelay > 0) {
220 sleep(i * options.retryDelay);
259 options.retryDelay > 0) {
260 sleep(i * options.retryDelay);
Dutils.js695 retryDelay: 100, property
700 retryDelay: 100, property
767 validateInt32(options.retryDelay, 'options.retryDelay', 0);
/third_party/node/test/parallel/
Dtest-fs-rmdir-recursive.js153 retryDelay: 100, property
158 retryDelay: 953, property
169 retryDelay: 100, property
195 validateRmdirOptions({ retryDelay: -1 }); property
Dtest-fs-rm.js213 retryDelay: 100, property
219 retryDelay: 953, property
231 retryDelay: 100, property
268 validateRmOptionsSync(filePath, { retryDelay: -1 }); property
/third_party/node/lib/internal/debugger/
Dinspect.js57 const retryDelay = 150;
63 const asyncIterator = pSetInterval(retryDelay);
/third_party/node/doc/api/
Dfs.md1059 `retryDelay` option is now supported. `ENFILE` errors are now
1071 backoff wait of `retryDelay` milliseconds longer on each try. This option
1077 * `retryDelay` {integer} The amount of time in milliseconds to wait between
1105 backoff wait of `retryDelay` milliseconds longer on each try. This option
1110 * `retryDelay` {integer} The amount of time in milliseconds to wait between
3154 `retryDelay` option is now supported. `ENFILE` errors are now
3178 backoff wait of `retryDelay` milliseconds longer on each try. This option
3184 * `retryDelay` {integer} The amount of time in milliseconds to wait between
3213 backoff wait of `retryDelay` milliseconds longer on each try. This option
3218 * `retryDelay` {integer} The amount of time in milliseconds to wait between
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md1300 use the same retry logic as other errors. The `retryDelay` option is now
1365 * [[`f725953433`](https://github.com/nodejs/node/commit/f725953433)] - **fs**: add retryDelay optio…
DCHANGELOG_V12.md984 * [[`f9d8494410`](https://github.com/nodejs/node/commit/f9d8494410)] - **fs**: add retryDelay optio…