Postman web client truncates response while desktop doesn't

Hi, just like this topic Postman online version truncating response data - #2 by danny-dainton - which just got closed due to inactivity, we are seeing the case where the same request is resulting in two different behaviors if it is run on the postman.com vs local desktop agent.

The body included in response is 16.42 KB in size.

On the postman.com web version (where our Postman Monitors run) the response is truncated after 15.99 KB. The status reflected is still 200 OK.

It appears to me that there maybe an arbitrary limit of 16KB being the limit that postman.com is imposing.

Can this be updated through our configurations?

Thank you