upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sync
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-12-22 15:38:54 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-12-22 15:59:36 +0000
commit777509bb03f5233b3ef470329d23cec371baf53c (patch)
tree1468e921136125d7845c7b688c13e2dcb15a3bcf /src/sync
parentf7546879af9a692fd466772c9af772ada8aca68e (diff)
docs: proactive sync hand written overview rewrite and AI update of rest
Diffstat (limited to 'src/sync')
-rw-r--r--src/sync/mod.rs2
1 files changed, 0 insertions, 2 deletions
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 {
1342 ); 1342 );
1343 return; 1343 return;
1344 } 1344 }
1345 // TODO do we add since instead of limit to live sync or do a historic sync of filters?
1346 self.sync_live(relay_url, &filters).await; 1345 self.sync_live(relay_url, &filters).await;
1347 } 1346 }
1348 1347
@@ -2120,7 +2119,6 @@ impl SyncManager {
2120 }; 2119 };
2121 2120
2122 // Check if we should use negentropy 2121 // Check if we should use negentropy
2123 // TODO once we have setup our new tests we will re-enable this and fix our implementation
2124 let use_negentropy = 2122 let use_negentropy =
2125 !self.config.sync_disable_negentropy && connection.supports_negentropy().await; 2123 !self.config.sync_disable_negentropy && connection.supports_negentropy().await;
2126 2124