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,
onloadend: ->
attempts++
if attempts >= 5 or @status is 200
if attempts >= 6 or @status is 200
cb()
else
setTimeout check, attempts * $.SECOND