提交 879f0556 编写于 作者: P Peter Darton

Renamed system property from ...deletionMax to ...maxFileDeletionRetries (as...

Renamed system property from ...deletionMax to ...maxFileDeletionRetries (as requested during code review).
上级 f1e16504
......@@ -1702,7 +1702,7 @@ public class Util {
* give up, thus improving build reliability.
*/
@Restricted(value = NoExternalUse.class)
static int DELETION_MAX = Math.max(1, Integer.getInteger(Util.class.getName() + ".deletionMax", 3).intValue());
static int DELETION_MAX = Math.max(1, Integer.getInteger(Util.class.getName() + ".maxFileDeletionRetries", 3).intValue());
/**
* The time (in milliseconds) that we will wait between attempts to
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册