Remove a dead URL in a comment.

This commit is contained in:
Jayden Seric 2022-08-08 09:31:12 +10:00
parent 5a344a60ec
commit 488408a385

View File

@ -23,8 +23,7 @@ async function startServer() {
graphqlUploadKoa({
// Limits here should be stricter than config for surrounding
// infrastructure such as Nginx so errors can be handled elegantly by
// `graphql-upload`:
// https://github.com/jaydenseric/graphql-upload#type-processrequestoptions
// `graphql-upload`.
maxFileSize: 10000000, // 10 MB
maxFiles: 20,
})