temporary set import limit to infinity for debug
This commit is contained in:
parent
b86513e83e
commit
50aa4667bb
|
@ -9,7 +9,7 @@ export const meta = {
|
|||
requireCredential: true,
|
||||
limit: {
|
||||
duration: DAY,
|
||||
max: 1,
|
||||
max: 9999999,
|
||||
},
|
||||
errors: {
|
||||
noSuchFile: {
|
||||
|
|
Loading…
Reference in New Issue