Searched refs:retryDelay (Results 1 – 8 of 8) sorted by relevance
/third_party/node/lib/internal/fs/ |
D | rimraf.js | 50 const delay = retries * options.retryDelay; 219 options.retryDelay > 0) { 220 sleep(i * options.retryDelay); 259 options.retryDelay > 0) { 260 sleep(i * options.retryDelay);
|
D | utils.js | 695 retryDelay: 100, property 700 retryDelay: 100, property 767 validateInt32(options.retryDelay, 'options.retryDelay', 0);
|
/third_party/node/test/parallel/ |
D | test-fs-rmdir-recursive.js | 153 retryDelay: 100, property 158 retryDelay: 953, property 169 retryDelay: 100, property 195 validateRmdirOptions({ retryDelay: -1 }); property
|
D | test-fs-rm.js | 213 retryDelay: 100, property 219 retryDelay: 953, property 231 retryDelay: 100, property 268 validateRmOptionsSync(filePath, { retryDelay: -1 }); property
|
/third_party/node/lib/internal/debugger/ |
D | inspect.js | 57 const retryDelay = 150; 63 const asyncIterator = pSetInterval(retryDelay);
|
/third_party/node/doc/api/ |
D | fs.md | 1059 `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/ |
D | CHANGELOG_V13.md | 1300 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…
|
D | CHANGELOG_V12.md | 984 * [[`f9d8494410`](https://github.com/nodejs/node/commit/f9d8494410)] - **fs**: add retryDelay optio…
|