Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
fixup! remplace int64 by time.Time and time.Duration
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
  • Loading branch information
Yoan Blanc committed Apr 10, 2018
1 parent 6a6a74f commit f0f0560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/exoip.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func main() {
engine.CheckState()

i = (i + 1) % 100
time.Sleep(time.Duration(engine.Interval) * time.Second)
time.Sleep(engine.Interval)
}
}()

Expand Down

0 comments on commit f0f0560

Please sign in to comment.