mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 03:45:41 +03:00
demo/digitalocean: remove unneeded index
This commit is contained in:
@@ -56,7 +56,7 @@ func main() {
|
||||
|
||||
last := 0
|
||||
fmt.Printf("benchmarking %d allocations\n", total)
|
||||
for i := 0; ; i++ {
|
||||
for {
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
|
||||
allocs, _, err := allocClient.List(nil)
|
||||
|
||||
Reference in New Issue
Block a user