3 move per day (to allow for failures)
This commit is contained in:
parent
4f9dfbc3c6
commit
06951e7e36
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export const meta = {
|
||||||
|
|
||||||
limit: {
|
limit: {
|
||||||
duration: DAY,
|
duration: DAY,
|
||||||
max: 1,
|
max: 3,
|
||||||
},
|
},
|
||||||
|
|
||||||
errors: {
|
errors: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue