We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4573c commit eb9248fCopy full SHA for eb9248f
1 file changed
config.yml
@@ -65,8 +65,8 @@ challenge: # Incoming challenges.
65
only_bot: false # Accept challenges by bots only.
66
max_increment: 0 # Maximum amount of increment to accept a challenge. The max is 180. Set to 0 for no increment.
67
min_increment: 0 # Minimum amount of increment to accept a challenge.
68
- max_base: 10 # Maximum amount of base time to accept a challenge. The max is 315360000 (10 years).
69
- min_base: 8 # Minimum amount of base time to accept a challenge.
+ max_base: 15 # Maximum amount of base time to accept a challenge. The max is 315360000 (10 years).
+ min_base: 0 # Minimum amount of base time to accept a challenge.
70
variants: # Chess variants to accept (https://lichess.org/variant).
71
# - standard
72
# - fromPosition
0 commit comments