From da690a45b14a58132a6c7cd0e7babea81708dc8c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 10 Oct 2019 20:07:55 -0400 Subject: [PATCH] Make sync upload timeout 60 seconds, not 60 milliseconds --- chrome/content/zotero/xpcom/sync/syncAPIClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/sync/syncAPIClient.js b/chrome/content/zotero/xpcom/sync/syncAPIClient.js index 38aefc0769..9f494d2b3b 100644 --- a/chrome/content/zotero/xpcom/sync/syncAPIClient.js +++ b/chrome/content/zotero/xpcom/sync/syncAPIClient.js @@ -46,7 +46,7 @@ Zotero.Sync.APIClient = function (options) { Zotero.Sync.APIClient.prototype = { MAX_OBJECTS_PER_REQUEST: 100, MIN_GZIP_SIZE: 1000, - UPLOAD_TIMEOUT: 60, + UPLOAD_TIMEOUT: 60000, getKeyInfo: Zotero.Promise.coroutine(function* (options={}) {