Skip to content

Commit

Permalink
Increase bot substitution time to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Apr 15, 2024
1 parent f2ec6d8 commit e0cb63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/app/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func DefaultControllerConfig() (c Controller) {
c.Game.PreparationTimeAfterHalt = 10 * time.Second
c.Game.PreparationTimeBeforeResume = 2 * time.Second
c.Game.BotSubstitutionBudget = 5
c.Game.BotSubstitutionTime = 10 * time.Second
c.Game.BotSubstitutionTime = 20 * time.Second

c.Game.Normal.HalfDuration = 5 * time.Minute
c.Game.Normal.HalfTimeDuration = 5 * time.Minute
Expand Down
2 changes: 1 addition & 1 deletion internal/app/config/testdata/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ game:
preparation-time-after-halt: 10s
preparation-time-before-resume: 2s
bot-substitution-budget: 5
bot-substitution-time: 10s
bot-substitution-time: 20s
normal:
half-duration: 5m
half-time-duration: 5m
Expand Down

0 comments on commit e0cb63a

Please sign in to comment.