From 52489d3b1a7d79e164b4cc901b53fd06c05ce1b1 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 11 Dec 2025 16:45:34 +0000 Subject: sync: test sync works without negentropy and add disable option in sync --- src/http/nip11.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http') diff --git a/src/http/nip11.rs b/src/http/nip11.rs index 8c18dde..7df8306 100644 --- a/src/http/nip11.rs +++ b/src/http/nip11.rs @@ -109,6 +109,7 @@ mod tests { sync_max_backoff_secs: 3600, sync_disconnect_check_interval_secs: 60, sync_base_backoff_secs: 5, + sync_disable_negentropy: false, }; let doc = RelayInformationDocument::from_config(&config); @@ -147,6 +148,7 @@ mod tests { sync_max_backoff_secs: 3600, sync_disconnect_check_interval_secs: 60, sync_base_backoff_secs: 5, + sync_disable_negentropy: false, }; let doc = RelayInformationDocument::from_config(&config); -- cgit v1.2.3