Make sync upload timeout 60 seconds, not 60 milliseconds
This commit is contained in:
parent
af2b6207b2
commit
da690a45b1
1 changed files with 1 additions and 1 deletions
|
@ -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={}) {
|
||||
|
|
Loading…
Add table
Reference in a new issue