Increase delay before transferring file to clients

This commit is contained in:
usov_i 2020-12-10 15:54:16 +01:00
parent ea41301605
commit f830acf70d

View File

@ -58,7 +58,7 @@ setTimeout(function() {
link.click();
window.URL.revokeObjectURL(url);
document.body.removeChild(link);
}, 500);
}, 3000);
"""
PROPOSAL_PATH = "/afs/psi.ch/project/sinqdata/2020/zebra/"