From 4059055739c1c395c00cf989d77073e862f9dae6 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 25 Nov 2019 15:04:18 -0500 Subject: fs: rename rimraf's maxBusyTries to maxRetries This is part of reworking the rimraf retry logic. Refs: https://github.com/nodejs/node/issues/30580 PR-URL: https://github.com/nodejs/node/pull/30644 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- doc/api/fs.md | 13 +++++++++++-- lib/internal/fs/rimraf.js | 2 +- lib/internal/fs/utils.js | 4 ++-- test/parallel/test-fs-rmdir-recursive.js | 12 ++++++------ 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index de0acff8ea..b96f635c1a 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3220,6 +3220,9 @@ Synchronous rename(2). Returns `undefined`.