Code review comment for lp:~verterok/ubuntuone-client/transactions-for-sync

Revision history for this message
Guillermo Gonzalez (verterok) wrote :

This branch adds "transactions" to Syncdaemon Sync class, basically almost all FileSystemManager operations are queued and executed when FSKey.sync() is called. This allow us to only update the metadata once instead of doing multiple writes. (scanning a ~9k files tree is ~15sec faster)

« Back to merge proposal