temporary set import limit to infinity for debug

This commit is contained in:
cutestnekoaqua 2023-03-29 19:16:25 +02:00
parent b86513e83e
commit 50aa4667bb
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

View file

@ -9,7 +9,7 @@ export const meta = {
requireCredential: true,
limit: {
duration: DAY,
max: 1,
max: 9999999,
},
errors: {
noSuchFile: {