Stream: hapi
Topic: binary resource size
lior yeheskiel (Nov 18 2016 at 11:01):
is there a limit for a binary resource size applied (apart of DB capability to store it)?
James Agnew (Nov 30 2016 at 02:49):
Hi Lior,
There is no limit in HAPI on this size (other than the DB, as well as available memory since Binary resources are spooled to memory before being persisted to disk).
Our public server does have a limit (I believe it's 1Mb) in order to prevent abuse though.
Last updated: Apr 12 2022 at 19:14 UTC