Remove a dead URL in a comment.
This commit is contained in:
parent
5a344a60ec
commit
488408a385
@ -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,
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user