Make sync upload timeout 60 seconds, not 60 milliseconds

This commit is contained in:
Dan Stillman 2019-10-10 20:07:55 -04:00
parent af2b6207b2
commit da690a45b1

View file

@ -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={}) {