slow down the changelog injection retries

This commit is contained in:
Astra 2018-04-22 06:07:01 -04:00
parent 9b4cebc296
commit 4adefac5cc
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
catch (e) {
// it failed, try again in 10 ms
setTimeout(arguments.callee, 10);
setTimeout(arguments.callee, 100);
}