From 4adefac5cc2b4c20b7fa7f97a4c6717372757b44 Mon Sep 17 00:00:00 2001 From: Astra Date: Sun, 22 Apr 2018 06:07:01 -0400 Subject: [PATCH] slow down the changelog injection retries --- shared.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared.js b/shared.js index 53813f8..c690478 100644 --- a/shared.js +++ b/shared.js @@ -54,7 +54,7 @@ catch (e) { // it failed, try again in 10 ms - setTimeout(arguments.callee, 10); + setTimeout(arguments.callee, 100); }