Push-based sync triggering
Immediate sync triggering on remote library change using WebSocket API. Currently kicks off a normal sync process for the modified library -- actual object data isn't pushed. (This might not stay enabled for 5.0 Final.)
This commit is contained in:
parent
7fd3a8c5d1
commit
2beb2c514c
11 changed files with 224 additions and 4 deletions
|
@ -113,6 +113,7 @@ const xpcomFilesLocal = [
|
|||
'sync/syncFullTextEngine',
|
||||
'sync/syncLocal',
|
||||
'sync/syncRunner',
|
||||
'sync/syncStreamer',
|
||||
'sync/syncUtilities',
|
||||
'storage',
|
||||
'storage/storageEngine',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue