Skip to content

Commit

Permalink
dont join it
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourya742 committed Jan 9, 2025
1 parent e5c6533 commit 2c2c58a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/maker/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ fn network_bootstrap(maker: Arc<Maker>) -> Result<Option<Child>, MakerError> {
metadata: dns_metadata,
};

let maker2 = maker.clone();

let _directory_refresh_handle = thread::Builder::new()
.name("Directory refresh handle".to_string())
.spawn(move || {
Expand Down Expand Up @@ -217,8 +215,6 @@ fn network_bootstrap(maker: Arc<Maker>) -> Result<Option<Child>, MakerError> {
}
})?;

maker2.thread_pool.add_thread(_directory_refresh_handle);

Ok(tor_handle)
}

Expand Down

0 comments on commit 2c2c58a

Please sign in to comment.