mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
cleanup mesh
This commit is contained in:
@@ -72,10 +72,6 @@ func Start(envMap map[string]any) {
|
||||
|
||||
// retry to start oCIS server
|
||||
retryCount++
|
||||
retryCount++
|
||||
|
||||
retryCount++
|
||||
|
||||
maxRetry, _ := strconv.Atoi(config.Get("retry"))
|
||||
if retryCount <= maxRetry {
|
||||
log.Println(fmt.Sprintf("Retry starting oCIS server... (retry %v)", retryCount))
|
||||
|
||||
Reference in New Issue
Block a user