From 3a160b26309720049080d24b7a9689bfc25a79c2 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 10 Jul 2022 06:40:32 -0400 Subject: [PATCH] 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 --- defaults/preferences/zotero.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/preferences/zotero.js b/defaults/preferences/zotero.js index fda907fb59..f0b011adf0 100644 --- a/defaults/preferences/zotero.js +++ b/defaults/preferences/zotero.js @@ -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