max import posts twice a month
This commit is contained in:
parent
3518c1dd8a
commit
bf262b972f
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ export const meta = {
|
|||
secure: true,
|
||||
requireCredential: true,
|
||||
limit: {
|
||||
duration: DAY,
|
||||
max: 1,
|
||||
duration: DAY * 30,
|
||||
max: 2,
|
||||
},
|
||||
errors: {
|
||||
noSuchFile: {
|
||||
|
|
Loading…
Reference in a new issue