Release overview
9.0 adds support for specifying limits on the new rapid
time control system with the allowed_rapid_settings
option in your config file:
allowed_rapid_settings: {
simple: {
per_move_time_range: [5, 30],
},
byoyomi: {
main_time_range: [0, 3600],
period_time_range: [5, 30],
periods_range: [1, 10],
},
fischer: {
initial_time_range: [5, 600],
max_time_range: [5, 7200],
time_increment_range: [3, 30],
},
concurrent_games: 3,
},
Additionally, the fischer
options now include an initial_time_range
field to specify custom limits on the initial time for Fischer games.
Breaking changes:
If your config file includes a limit for fischer
time control systems, you will need to add the initial_time_range
field to those settings.