Skip to content

no-issue: increase xml parser buffer size

Bianca Sozzi requested to merge no-issue-increase-xml-parser-buffer-size into master

The issue was not when opening the file, but when te parser was reading and cocatenating the screenshot base64 string into the dictionary value. So by increasing the buffer of the parser, at most it will have to do aprox 3 concatenations if the file is 6MB.

Merge request reports