Allow a day for undo/report for metadata retrieval, not an hour

This commit is contained in:
Dan Stillman 2018-03-08 04:06:30 -05:00
parent 7e3bad7390
commit 23ebdedf48

View file

@ -26,7 +26,7 @@
Zotero.RecognizePDF = new function () {
const OFFLINE_RECHECK_DELAY = 60 * 1000;
const MAX_PAGES = 5;
const UNRECOGNIZE_TIMEOUT = 3600 * 1000;
const UNRECOGNIZE_TIMEOUT = 86400 * 1000;
this.ROW_QUEUED = 1;
this.ROW_PROCESSING = 2;