Extend waiting time for thread creation. #362
This commit is contained in:
parent
a51aa94d9d
commit
f73e6591b3
@ -823,7 +823,7 @@ QR =
|
||||
$.ajax url,
|
||||
onloadend: ->
|
||||
attempts++
|
||||
if attempts >= 5 or @status is 200
|
||||
if attempts >= 6 or @status is 200
|
||||
cb()
|
||||
else
|
||||
setTimeout check, attempts * $.SECOND
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user