Skip to content

Commit

Permalink
Bump default steps per sprint limit to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Sep 7, 2022
1 parent 5a41f10 commit a8f435e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func NewDefaultConfig() *Config {

SMTPServer: "",
DisallowedNetworks: `127.0.0.1,::1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,169.254.0.0/16,fe80::/10`,
MaxStepsPerSprint: 100,
MaxStepsPerSprint: 200,
MaxResumesPerSession: 250,
MaxValueLength: 640,
SessionStorage: "db",
Expand Down

0 comments on commit a8f435e

Please # to comment.