We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb254b commit 3509cfdCopy full SHA for 3509cfd
src/main.rs
@@ -356,7 +356,7 @@ async fn create_endpoint(
356
let endpoint = builder.bind().await?;
357
358
if !(common.relay == RelayModeOption::Disabled) {
359
- let _ = tokio::time::timeout(Duration::from_secs(30), async {
+ let _ = tokio::time::timeout(Duration::from_secs(5), async {
360
endpoint.online().await;
361
}).await;
362
};
0 commit comments