Update wait timer to 200ms

This commit is contained in:
danohn
2025-08-29 02:57:17 +00:00
parent 0d1fbd9605
commit 0765b4daca

View File

@@ -537,7 +537,7 @@ func runOlmMainWithArgs(ctx context.Context, args []string) {
close(stopHolepunch)
// wait 10 milliseconds to ensure the previous connection is closed
time.Sleep(10 * time.Millisecond)
time.Sleep(200 * time.Millisecond)
// if there is an existing tunnel then close it
if dev != nil {