We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b729c0d commit 9313d30Copy full SHA for 9313d30
wisdom/wisdom.go
@@ -46,6 +46,7 @@ func (h *WisdomHosts) Hosts(scope string, size int) ([]string, error) {
46
q.Set("category", h.category)
47
q.Set("type", h.hostType)
48
q.Set("limit", "1000") // the actual limit is much lower, but we want everything
49
+ q.Set("min", strconv.Itoa(size))
50
if scope != "" {
51
q.Set("family", scope)
52
}
0 commit comments