mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
- Added support for per-resource watermarks in the synchronization process, allowing for fine-grained comparison and catch-up logic. - Implemented new configuration options for real-time batching, including maximum entries before flush and flush interval in milliseconds. - Enhanced the `apply_state_change` function to check for tombstoned records, preventing the resurrection of deleted entries. - Updated various components to utilize the new watermark and batching features, improving synchronization efficiency and robustness.