Skip to content

Commit

Permalink
improve cpu burn
Browse files Browse the repository at this point in the history
  • Loading branch information
msfidelis authored May 30, 2024
1 parent 92a972b commit 8d98ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/burn/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func Cpu(c *gin.Context) {
}()
}

time.Sleep(2 * time.Second)
time.Sleep(3 * time.Second)
for i := 0; i < n; i++ {
quit <- true
}
Expand Down

0 comments on commit 8d98ee9

Please sign in to comment.