upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/http
diff options
context:
space:
mode:
Diffstat (limited to 'src/http')
-rw-r--r--src/http/nip11.rs2
1 files changed, 2 insertions, 0 deletions
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 {
109 sync_max_backoff_secs: 3600, 109 sync_max_backoff_secs: 3600,
110 sync_disconnect_check_interval_secs: 60, 110 sync_disconnect_check_interval_secs: 60,
111 sync_base_backoff_secs: 5, 111 sync_base_backoff_secs: 5,
112 sync_disable_negentropy: false,
112 }; 113 };
113 114
114 let doc = RelayInformationDocument::from_config(&config); 115 let doc = RelayInformationDocument::from_config(&config);
@@ -147,6 +148,7 @@ mod tests {
147 sync_max_backoff_secs: 3600, 148 sync_max_backoff_secs: 3600,
148 sync_disconnect_check_interval_secs: 60, 149 sync_disconnect_check_interval_secs: 60,
149 sync_base_backoff_secs: 5, 150 sync_base_backoff_secs: 5,
151 sync_disable_negentropy: false,
150 }; 152 };
151 153
152 let doc = RelayInformationDocument::from_config(&config); 154 let doc = RelayInformationDocument::from_config(&config);