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