temporary set import limit to infinity for debug

This commit is contained in:
cutestnekoaqua 2023-03-29 19:16:25 +02:00
parent 745bee0a3a
commit b9b693c233

View file

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