Hi,
Does anyone know what is the `client_max_body_size` used for the ngix configuration on Penpot official servers?
I’m running into a “crash: request-body-too-large” bug that is making it impossible to update our design system further. It happens when I change a component which is used in many other components. Or if I change a token which is widely used.
Looking at the Network tab on google-chrome Developers Tools helps to prevent the issue sometimes. When it crashes it often comes preceeded by a `status 413` in one of the calls. I noticed that those changes trigger a buncloth of delete thumbnails calls, followed by creating thumbnails.
I suspect the issue is on Penpot handling of concurrent server calls (and missing some better bucket strategy or a retry strategy for failed jobs). My next step to investigate this is to try in our own local-hosting to change ngix `client_max_body_size`. I won’t be able to try this until Thursday, maybe Friday.
But meanwhile I was wondering which size the official Penpot server is using (I get the crash there as well, but it would help to have their number as reference). For the records the source code has 300MB as the default. I also wonder if anyone had similar issues and if tweaking those values has helped.
Thanks