drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 131 forks source link

Don't check for existence of directories on every merge #188

Closed drewmccormack closed 9 years ago

drewmccormack commented 9 years ago

At the moment, Ensembles checks that all directories exist before every merge. This is slow, particularly with a network backend.

Instead, it should only create the directories once, and after that, should only check for existence in cases where errors arise.

drewmccormack commented 9 years ago

Fixed.