cleanup mesh

This commit is contained in:
Saw-jan
2023-09-21 12:39:06 +05:45
parent 6e6ae38963
commit 5d64f169b3

View File

@@ -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))