Skip to content

Commit

Permalink
fix: remove unneeded sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Staykov committed Oct 31, 2024
1 parent 8736296 commit abadf1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zk/stages/stage_batches.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ func SpawnStageBatches(
log.Warn(fmt.Sprintf("[%s] Context done", logPrefix))
endLoop = true
default:
time.Sleep(1 * time.Second)
}

if endLoop {
Expand Down

0 comments on commit abadf1d

Please sign in to comment.