Skip to content

Commit

Permalink
do not delay
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Jan 17, 2025
1 parent 25d741f commit 63e0b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/geph5-broker/src/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub async fn bridge_to_leaf_route(
.await
.context("timeout")??;
let plain_route = RouteDescriptor::Delay {
milliseconds: 500,
milliseconds: 0,
lower: RouteDescriptor::Tcp(plain_addr).into(),
};

Expand Down

0 comments on commit 63e0b96

Please sign in to comment.