Extend waiting time for thread creation. #362

This commit is contained in:
ccd0 2015-12-01 03:45:00 -08:00
parent a51aa94d9d
commit f73e6591b3

View File

@ -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