3 move per day (to allow for failures)
This commit is contained in:
parent
cfb5832e24
commit
97bf2f2bf1
|
@ -17,7 +17,7 @@ export const meta = {
|
||||||
|
|
||||||
limit: {
|
limit: {
|
||||||
duration: DAY,
|
duration: DAY,
|
||||||
max: 1,
|
max: 3,
|
||||||
},
|
},
|
||||||
|
|
||||||
errors: {
|
errors: {
|
||||||
|
|
Loading…
Reference in New Issue