oh yeah babey
This commit is contained in:
parent
6c22e2b4dd
commit
c9e4db5f91
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,10 @@ async fn main() -> Result<()> {
|
|||
let server = Arc::new(RelayServer::new(db, event_tx));
|
||||
|
||||
// TODO: configurable static list of hosts / crawler
|
||||
index_servers(Arc::clone(&server), &["pds.bun.how".into()]);
|
||||
index_servers(
|
||||
Arc::clone(&server),
|
||||
&["pds.bun.how".into(), "pds-testing.bun.how".into()],
|
||||
);
|
||||
start_sequencer(Arc::clone(&server), event_rx);
|
||||
|
||||
// TODO: configurable bind address
|
||||
|
|
Loading…
Reference in a new issue