mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
slow down the changelog injection retries
This commit is contained in:
parent
9b4cebc296
commit
4adefac5cc
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
catch (e) {
|
||||
|
||||
// it failed, try again in 10 ms
|
||||
setTimeout(arguments.callee, 10);
|
||||
setTimeout(arguments.callee, 100);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue