Skip to content

Commit

Permalink
Remove delay in service watch
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Nov 8, 2023
1 parent 68fdb01 commit fe2c5b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions service/watch/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ func wakeWatch() {

logrus.Warn("watch: Wakeup restarting...")

time.Sleep(3 * time.Second)

profile.RestartProfiles(false)
} else {
restartLock.Unlock()
Expand Down

0 comments on commit fe2c5b2

Please sign in to comment.