mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
temporary set import limit to infinity for debug
This commit is contained in:
parent
745bee0a3a
commit
b9b693c233
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export const meta = {
|
|||
requireCredential: true,
|
||||
limit: {
|
||||
duration: DAY,
|
||||
max: 1,
|
||||
max: 9999999,
|
||||
},
|
||||
errors: {
|
||||
noSuchFile: {
|
||||
|
|
Loading…
Reference in a new issue