Hi.
It seems I'm hitting some weird limit inserting rows to Journal via oData web service by batch request.
It seems to successfully insert if my JSON consists of exactly 100 or less requests.
It also took quite a long time to debug since I only got generic 400 Bad request (Internal error occurred while parsing the batch request. This can be due to an invalid request. Correct your request and try again.) error leading me to think there was an issue with requests themselves.
Do I really need to chunk all my requests to batches of 100 or is this configurable soft cap?