There's a server config setting for `maxJsonSize`....
# general
n
There's a server config setting for
maxJsonSize
. Documentation on how to change them is at https://www.medplum.com/docs/self-hosting/config-settings#server-config.
maxJsonSize
isn't in the documentation, but you can see that it exists looking at the default config file here - https://github.com/medplum/medplum/blob/main/packages/server/medplum.config.json. Hope that helps!
r
Ow, nice, thanks for sharing that, @nm185 !
n
No problem!