diff --git a/src/Common.js b/src/Common.js index 46108611..4f24dd43 100644 --- a/src/Common.js +++ b/src/Common.js @@ -18,6 +18,8 @@ function actionClone( localPath, remotePath ) remotePath, localPath, sync : 1, + attemptLimit : 4, + attemptDelay : 500, attemptDelayMultiplier : 4, });