File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments