From 777509bb03f5233b3ef470329d23cec371baf53c Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 22 Dec 2025 15:38:54 +0000 Subject: docs: proactive sync hand written overview rewrite and AI update of rest --- src/sync/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sync') diff --git a/src/sync/mod.rs b/src/sync/mod.rs index 2475eb6..d315939 100644 --- a/src/sync/mod.rs +++ b/src/sync/mod.rs @@ -1342,7 +1342,6 @@ impl SyncManager { ); return; } - // TODO do we add since instead of limit to live sync or do a historic sync of filters? self.sync_live(relay_url, &filters).await; } @@ -2120,7 +2119,6 @@ impl SyncManager { }; // Check if we should use negentropy - // TODO once we have setup our new tests we will re-enable this and fix our implementation let use_negentropy = !self.config.sync_disable_negentropy && connection.supports_negentropy().await; -- cgit v1.2.3