Skip to content

Commit

Permalink
Update cmd/root.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Patrick Gaskin <[email protected]>
  • Loading branch information
ddymko and pgaskin authored Nov 11, 2019
1 parent a98294b commit e58621b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ func initClient() {
}

client = govultr.NewClient(nil, key)
client.SetRateLimit(1 * time.Millisecond)
client.SetRateLimit(1 * time.Second)
}

0 comments on commit e58621b

Please sign in to comment.