Switched to overlay network transport.

This commit is contained in:
rony5394
2026-02-23 20:32:15 +01:00
parent 0175847e89
commit 44f533bd43
3 changed files with 12 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ func cleanup(w http.ResponseWriter, r *http.Request){
if err != nil {
panic("Failed to remove helper service."+ err.Error());
}
time.Sleep(15*time.Second);
time.Sleep(7*time.Second);
fmt.Fprint(w, bodyDecoded.ServiceId);
}