Skip to content

Commit e0cb63a

Browse files
committed
Increase bot substitution time to 20s
1 parent f2ec6d8 commit e0cb63a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/app/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func DefaultControllerConfig() (c Controller) {
204204
c.Game.PreparationTimeAfterHalt = 10 * time.Second
205205
c.Game.PreparationTimeBeforeResume = 2 * time.Second
206206
c.Game.BotSubstitutionBudget = 5
207-
c.Game.BotSubstitutionTime = 10 * time.Second
207+
c.Game.BotSubstitutionTime = 20 * time.Second
208208

209209
c.Game.Normal.HalfDuration = 5 * time.Minute
210210
c.Game.Normal.HalfTimeDuration = 5 * time.Minute

internal/app/config/testdata/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ game:
5353
preparation-time-after-halt: 10s
5454
preparation-time-before-resume: 2s
5555
bot-substitution-budget: 5
56-
bot-substitution-time: 10s
56+
bot-substitution-time: 20s
5757
normal:
5858
half-duration: 5m
5959
half-time-duration: 5m

0 commit comments

Comments
 (0)