Increase downloadPDFViaBrowser.onLoadTimeout to 3000

Apparently necessary for some people to get PDFs on ScienceDirect. We
should come up with a better way of detecting the page load if we can,
so that we can avoid this long of a timeout for people who just will
never have access to ScienceDirect PDFs.

https://forums.zotero.org/discussion/comment/411056/#Comment_411056

Addresses #2698
This commit is contained in:
Dan Stillman 2022-07-10 06:40:32 -04:00
parent 124c18d54d
commit 3a160b2630

View file

@ -78,7 +78,7 @@ pref("extensions.zotero.sortCreatorAsString", false);
pref("extensions.zotero.tagSelector.showAutomatic", true);
pref("extensions.zotero.tagSelector.displayAllTags", false);
pref("extensions.zotero.downloadPDFViaBrowser.onLoadTimeout", 1500);
pref("extensions.zotero.downloadPDFViaBrowser.onLoadTimeout", 3000);
pref("extensions.zotero.downloadPDFViaBrowser.downloadTimeout", 60000);
// Keyboard shortcuts