@@ -3220,6 +3220,9 @@ Synchronous rename(2). Returns `undefined`.
3220
3220
<!-- YAML
3221
3221
added: v0.0.2
3222
3222
changes:
3223
+ - version: REPLACEME
3224
+ pr-url: https://github.com/nodejs/node/pull/30644
3225
+ description: The `maxBusyTries` option is renamed to `maxRetries`.
3223
3226
- version: v12.10.0
3224
3227
pr-url: https://github.com/nodejs/node/pull/29168
3225
3228
description: The `recursive`, `maxBusyTries`, and `emfileWait` options are
@@ -3246,7 +3249,7 @@ changes:
3246
3249
retry the operation with a linear backoff of 1ms longer on each try until the
3247
3250
timeout duration passes this limit. This option is ignored if the ` recursive `
3248
3251
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
3250
3253
encountered, Node.js will retry the operation with a linear backoff wait of
3251
3254
100ms longer on each try. This option represents the number of retries. This
3252
3255
option is ignored if the ` recursive ` option is not ` true ` . ** Default:** ` 3 ` .
@@ -3266,6 +3269,9 @@ Windows and an `ENOTDIR` error on POSIX.
3266
3269
<!-- YAML
3267
3270
added: v0.1.21
3268
3271
changes:
3272
+ - version: REPLACEME
3273
+ pr-url: https://github.com/nodejs/node/pull/30644
3274
+ description: The `maxBusyTries` option is renamed to `maxRetries`.
3269
3275
- version: v12.10.0
3270
3276
pr-url: https://github.com/nodejs/node/pull/29168
3271
3277
description: The `recursive`, `maxBusyTries`, and `emfileWait` options are
@@ -4990,6 +4996,9 @@ upon success.
4990
4996
<!-- YAML
4991
4997
added: v10.0.0
4992
4998
changes:
4999
+ - version: REPLACEME
5000
+ pr-url: https://github.com/nodejs/node/pull/30644
5001
+ description: The `maxBusyTries` option is renamed to `maxRetries`.
4993
5002
- version: v12.10.0
4994
5003
pr-url: https://github.com/nodejs/node/pull/29168
4995
5004
description: The `recursive`, `maxBusyTries`, and `emfileWait` options are
@@ -5004,7 +5013,7 @@ changes:
5004
5013
retry the operation with a linear backoff of 1ms longer on each try until the
5005
5014
timeout duration passes this limit. This option is ignored if the ` recursive `
5006
5015
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
5008
5017
encountered, Node.js will retry the operation with a linear backoff wait of
5009
5018
100ms longer on each try. This option represents the number of retries. This
5010
5019
option is ignored if the ` recursive ` option is not ` true ` . ** Default:** ` 3 ` .
0 commit comments