From 23ebdedf48702d57d74cba9c443660c4aa4be9eb Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 8 Mar 2018 04:06:30 -0500 Subject: [PATCH] Allow a day for undo/report for metadata retrieval, not an hour --- chrome/content/zotero/xpcom/recognizePDF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/recognizePDF.js b/chrome/content/zotero/xpcom/recognizePDF.js index 87d20794d..7f6e9844b 100644 --- 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;