update this note (we will do it real soon)
parent
9ee21c23d8
commit
d7bfb8feea
|
@ -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()],
|
||||
|
|
Loading…
Reference in New Issue