This commit is contained in:
Kovid Goyal 2022-03-14 20:11:35 +05:30
parent f8f971d208
commit 5fe9010e74
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -479,6 +479,8 @@ class ReadUI:
for fname in files_left:
if fname is not raster_cover_name:
count += 1
# Chrome starts killing AJAX requests if there are too many in flight, unlike Firefox
# which is smart enough to queue them
if count < 20:
start_download(fname, base_path + encodeURIComponent(fname).replace(/%2[fF]/g, '/'))
else: