What happens if more than 16kb of data is stored in one slot?

I am new to the server.

It provides up to 200 slots, but is limited to 16kb per slot.

What happens if more than 16kb of data is stored in one slot?

Files can grow unintentionally as data grows, how do you deal with it?

Thank you.

Hi Capyiya,

If the data grows bigger than the 16kb slot then it will return a 400 error with “type”: “problems/validation” in the payload. In the errors, there will be a description of which key was over the limit.

What we recommend doing with this is if you expect a ley to go over the limit then spread the data out over smaller chunks in different keys.