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({ graphqlUploadKoa({
// Limits here should be stricter than config for surrounding // Limits here should be stricter than config for surrounding
// infrastructure such as Nginx so errors can be handled elegantly by // infrastructure such as Nginx so errors can be handled elegantly by
// `graphql-upload`: // `graphql-upload`.
// https://github.com/jaydenseric/graphql-upload#type-processrequestoptions
maxFileSize: 10000000, // 10 MB maxFileSize: 10000000, // 10 MB
maxFiles: 20, maxFiles: 20,
}) })