Skip to content

Commit

Permalink
Early return
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Jan 17, 2024
1 parent 8a10bd8 commit d673caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/internal/core/reconfigure-switch.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func waitForTicker(hostname string, interval time.Duration, log *slog.Logger) {
if err != nil {
index = 1
log.Warn("unable to parse leaf number from hostname, not spreading switch reloads", "hostname", hostname, "error", err)
return
}
startSearch := time.Now()
for {
Expand Down

0 comments on commit d673caf

Please sign in to comment.