Skip to content

Commit

Permalink
Allow up to 3 minute initial time for blitz fischer games
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Dec 27, 2024
1 parent e7d424a commit d216d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TimeControl/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ export function getDefaultTimeControl<T extends TimeControlSystem>(
export const time_options: TimeOptionsMap = {
blitz: {
fischer: {
initial_time: gen(5, 60),
initial_time: gen(5, 180),
time_increment: gen(1, 5),
max_time: gen(5, 900),
},
Expand Down

0 comments on commit d216d6e

Please sign in to comment.