www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 318f6656f4c535c872382e8d3793a382291232ad
parent 57b44287f8c5f090b55ec4827de714fc3290549c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 18 Jan 2017 22:25:17 -0500

Skip a case of item selection during syncing

Diffstat:
Mchrome/content/zotero/xpcom/sync/syncEngine.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/sync/syncEngine.js b/chrome/content/zotero/xpcom/sync/syncEngine.js @@ -1085,6 +1085,7 @@ Zotero.Sync.Data.Engine.prototype._uploadObjects = Zotero.Promise.coroutine(func yield Zotero.DB.executeTransaction(function* () { for (let i = 0; i < toSave.length; i++) { yield toSave[i].save({ + skipSelect: true, skipSyncedUpdate: true, // We want to minimize the times when server writes actually result in local // updates, but when they do, don't update the user-visible timestamp