feat: add more workflow executor (#7231)

This commit is contained in:
darkskygit
2024-06-25 10:54:16 +00:00
parent 532a628989
commit cffaf815e1
23 changed files with 946 additions and 324 deletions

View File

@@ -27,7 +27,7 @@ export async function createApp() {
app.use(
graphqlUploadExpress({
// TODO(@darksky): dynamic limit by quota maybe?
// TODO(@darkskygit): dynamic limit by quota maybe?
maxFileSize: 100 * 1024 * 1024,
maxFiles: 5,
})