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) {
204
204
c .Game .PreparationTimeAfterHalt = 10 * time .Second
205
205
c .Game .PreparationTimeBeforeResume = 2 * time .Second
206
206
c .Game .BotSubstitutionBudget = 5
207
- c .Game .BotSubstitutionTime = 10 * time .Second
207
+ c .Game .BotSubstitutionTime = 20 * time .Second
208
208
209
209
c .Game .Normal .HalfDuration = 5 * time .Minute
210
210
c .Game .Normal .HalfTimeDuration = 5 * time .Minute
Original file line number Diff line number Diff line change 53
53
preparation-time-after-halt : 10s
54
54
preparation-time-before-resume : 2s
55
55
bot-substitution-budget : 5
56
- bot-substitution-time : 10s
56
+ bot-substitution-time : 20s
57
57
normal :
58
58
half-duration : 5m
59
59
half-time-duration : 5m
You can’t perform that action at this time.
0 commit comments