mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
- Marked the `leader` argument in `SetupArgs` as deprecated, clarifying its usage. - Introduced a `backfill_manager` to the `SyncService`, enabling automatic orchestration of initial sync processes. - Enhanced the `run_sync_loop` method to manage backfill attempts and periodic maintenance tasks, improving overall sync reliability. - Updated the `MockTransportPeer` to support request/response handling for backfill operations, ensuring seamless data retrieval during synchronization.