What is the boundcall payload size limit?

Answer

It is defined in:
jetty.maxFormContentSize
which defaults to 200k.

This is also the limiting factor for Dashboard exports where the frontend typically posts the whole content because the backend does not know how to render some of the portlets.

Found an issue in documentation? Write to us.