From d7bfb8feea6d8c99350629e0c4655fb83d6ad638 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 27 Nov 2024 01:35:57 +0200 Subject: [PATCH] update this note (we will do it real soon) --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 579334d..d46c915 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,7 +29,7 @@ async fn main() -> Result<()> { let server = Arc::new(RelayServer::new(db, event_tx)); - // TODO: configurable static list of hosts / crawler + // TODO: load host list from db index_servers( Arc::clone(&server), &["pds.bun.how".into(), "pds-testing.bun.how".into()],