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:
parent
124c18d54d
commit
3a160b2630
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue