You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(model-client): stricter limit of the body size in pushObjects
The body was previously limit by the number of entries, but some entries are bigger than others.
In some cases the body was too big causing a `413 Request Entity Too Large`.
Now that actual serialized size of the entries is used to split them into chunks.
0 commit comments