refactor: change burst limit default value to 100 per review instructions

Signed-off-by: Igor Sutton <isuttonl@redhat.com>
pull/10842/head
Igor Sutton 3 years ago
parent 14daf80ca0
commit 5392281c5d

@ -39,7 +39,7 @@ import (
const defaultMaxHistory = 10
// defaultBurstLimit sets the default client-side throttling limit
const defaultBurstLimit = 250
const defaultBurstLimit = 100
// EnvSettings describes all of the environment settings.
type EnvSettings struct {

Loading…
Cancel
Save