Compare commits

...

1 Commits

Author SHA1 Message Date
Benson Wong cebf9c4d34 increase health check to a minimum of 5 seconds 2025-02-18 17:35:52 -08:00
+1 -1
View File
@@ -215,7 +215,7 @@ func (p *Process) start() error {
}
}
<-time.After(time.Second)
<-time.After(5 * time.Second)
}
}