commit 23ebdedf48702d57d74cba9c443660c4aa4be9eb
parent 7e3bad7390e681881ebaf7f474da4dcfd9e7187d
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 8 Mar 2018 04:06:30 -0500
Allow a day for undo/report for metadata retrieval, not an hour
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/recognizePDF.js b/chrome/content/zotero/xpcom/recognizePDF.js
@@ -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;