Allow a day for undo/report for metadata retrieval, not an hour
This commit is contained in:
parent
7e3bad7390
commit
23ebdedf48
|
@ -26,7 +26,7 @@
|
||||||
Zotero.RecognizePDF = new function () {
|
Zotero.RecognizePDF = new function () {
|
||||||
const OFFLINE_RECHECK_DELAY = 60 * 1000;
|
const OFFLINE_RECHECK_DELAY = 60 * 1000;
|
||||||
const MAX_PAGES = 5;
|
const MAX_PAGES = 5;
|
||||||
const UNRECOGNIZE_TIMEOUT = 3600 * 1000;
|
const UNRECOGNIZE_TIMEOUT = 86400 * 1000;
|
||||||
|
|
||||||
this.ROW_QUEUED = 1;
|
this.ROW_QUEUED = 1;
|
||||||
this.ROW_PROCESSING = 2;
|
this.ROW_PROCESSING = 2;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user