https://bugs.gpodder.org/show_bug.cgi?id=596

--- Comment #15 from Thomas Perl <[email protected]> 2010-02-28 12:49:18 GMT ---
(In reply to comment #14)
> Unrelated, but I wonder what will happen if I reboot *during* a sync.

The same thing. We don't sync the database to disk on every change (which
improves performance and reduces disk wear), but only do it in "known good"
situations (after sync, after adding a subscription, etcc - grep for
"db.commit()" to see where it happens). If you reboot during a sync, this
leaves the database in an inconsistent state. The result is simply missing
files (file deletions are synced to disk at once).

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to