Status: Assigned Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Sync Size-Small Mstone-4 Channel-Beta
New issue 19774 by [email protected]: Determine the proper conditions to continue a syncer sync cycle after it has terminated without ShouldSyncAgain http://code.google.com/p/chromium/issues/detail?id=19774 [from http://b/1942448] The following code is in syncer_thread.cc:346 const bool syncer_has_work_to_do = status.updates_available > status.updates_received || status.unsynced_count > 0; It determines whether or not to immediately attempt to continue a previous sync cycle. There is reason to believe that check against the server and locally cached revision numbers is not worthwhile. This needs to be verified. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
