grafana / quickpizza

Pizza, pizza, pizza!
https://quickpizza.grafana.com/
Apache License 2.0
63 stars 15 forks source link

backend/http: fix calculation of number of toppings #20

Closed roobre closed 1 year ago

roobre commented 1 year ago

Quick fix for the bug we saw recently on a demo, where the server would panic if the max number of toppings equals the min. Turns out the semantics of rand.Intn are not as obvious as one might think.