vasanthv / jsonbox

HTTP-based JSON storage.
https://jsonbox.io
MIT License
2.49k stars 173 forks source link

50kb limit is actually 35kb? #76

Open brianmueller opened 3 years ago

brianmueller commented 3 years ago

I'm able to update a record using curl -X PUT with a 34KB JSON file, but as soon as the file hits 35KB, I see: {"message":"JSON body is too large. Should be less than 50KB"}. Am I doing something wrong, or is this a bug?

Thanks in advance!

brianmueller commented 3 years ago

Any updates on the limit?