Merge branch 'master' into payment-system

This commit is contained in:
DarkSky
2023-10-30 01:55:51 -05:00
committed by GitHub
148 changed files with 8869 additions and 3818 deletions

View File

@@ -71,7 +71,8 @@ app.use(serverTimingAndCache);
app.use(
graphqlUploadExpress({
maxFileSize: 10 * 1024 * 1024,
// TODO: dynamic limit by quota
maxFileSize: 100 * 1024 * 1024,
maxFiles: 5,
})
);