@@ -3220,6 +3220,9 @@ Synchronous rename(2). Returns `undefined`.
32203220<!-- YAML
32213221added: v0.0.2
32223222changes:
3223+ - version: REPLACEME
3224+ pr-url: https://github.com/nodejs/node/pull/30644
3225+ description: The `maxBusyTries` option is renamed to `maxRetries`.
32233226 - version: v12.10.0
32243227 pr-url: https://github.com/nodejs/node/pull/29168
32253228 description: The `recursive`, `maxBusyTries`, and `emfileWait` options are
@@ -3246,7 +3249,7 @@ changes:
32463249 retry the operation with a linear backoff of 1ms longer on each try until the
32473250 timeout duration passes this limit. This option is ignored if the ` recursive `
32483251 option is not ` true ` . ** Default:** ` 1000 ` .
3249- * ` maxBusyTries ` {integer} If an ` EBUSY ` , ` ENOTEMPTY ` , or ` EPERM ` error is
3252+ * ` maxRetries ` {integer} If an ` EBUSY ` , ` ENOTEMPTY ` , or ` EPERM ` error is
32503253 encountered, Node.js will retry the operation with a linear backoff wait of
32513254 100ms longer on each try. This option represents the number of retries. This
32523255 option is ignored if the ` recursive ` option is not ` true ` . ** Default:** ` 3 ` .
@@ -3266,6 +3269,9 @@ Windows and an `ENOTDIR` error on POSIX.
32663269<!-- YAML
32673270added: v0.1.21
32683271changes:
3272+ - version: REPLACEME
3273+ pr-url: https://github.com/nodejs/node/pull/30644
3274+ description: The `maxBusyTries` option is renamed to `maxRetries`.
32693275 - version: v12.10.0
32703276 pr-url: https://github.com/nodejs/node/pull/29168
32713277 description: The `recursive`, `maxBusyTries`, and `emfileWait` options are
@@ -4990,6 +4996,9 @@ upon success.
49904996<!-- YAML
49914997added: v10.0.0
49924998changes:
4999+ - version: REPLACEME
5000+ pr-url: https://github.com/nodejs/node/pull/30644
5001+ description: The `maxBusyTries` option is renamed to `maxRetries`.
49935002 - version: v12.10.0
49945003 pr-url: https://github.com/nodejs/node/pull/29168
49955004 description: The `recursive`, `maxBusyTries`, and `emfileWait` options are
@@ -5004,7 +5013,7 @@ changes:
50045013 retry the operation with a linear backoff of 1ms longer on each try until the
50055014 timeout duration passes this limit. This option is ignored if the ` recursive `
50065015 option is not ` true ` . ** Default:** ` 1000 ` .
5007- * ` maxBusyTries ` {integer} If an ` EBUSY ` , ` ENOTEMPTY ` , or ` EPERM ` error is
5016+ * ` maxRetries ` {integer} If an ` EBUSY ` , ` ENOTEMPTY ` , or ` EPERM ` error is
50085017 encountered, Node.js will retry the operation with a linear backoff wait of
50095018 100ms longer on each try. This option represents the number of retries. This
50105019 option is ignored if the ` recursive ` option is not ` true ` . ** Default:** ` 3 ` .
0 commit comments