For QA, note that there were a number of __json__ changes. I had to be careful not to put any limits in the models themselves, since __json__ is used for bulk export and we don't want any limits there. But we do want some limits when going through the rest controller.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fix on branch db/5694
For QA, note that there were a number of
__json__
changes. I had to be careful not to put any limits in the models themselves, since__json__
is used for bulk export and we don't want any limits there. But we do want some limits when going through the rest controller.I tested this from multiple angles and could not get it to break. Nice work :)
I think 100 might make a better default max -- but 500 works too.