-
I have set a fixed quantity for the maxFileSize property in config, now as my users increased, I need more space to store uploaded data, can maxFileSize be changed in config without any consequences and side-effects? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
At least for now, the keystone/packages/core/src/lib/createExpressServer.ts Lines 104 to 106 in 554a10a |
Beta Was this translation helpful? Give feedback.
At least for now, the
config.server.maxFileSize
configuration variable is only used by thegraphql-upload
express middleware. This currently only prevents particular uploads at runtime, and has no downstream effects.keystone/packages/core/src/lib/createExpressServer.ts
Lines 104 to 106 in 554a10a