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