update this note (we will do it real soon)

main
Charlotte Som 2024-11-27 01:35:57 +02:00
parent 9ee21c23d8
commit d7bfb8feea
1 changed files with 1 additions and 1 deletions

View File

@ -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()],