I have an sftp client origin that reads the data from an sftp server in xml file format.
When processing 1MB File it gave an error in reading “exceeded the maximum number of chars”.
I put the max to 2147483647 but it is not enough for the file to be processed , and i cannot increase the size more than this.
i checked parser.limit value and it was around 5mb in size.
and i cannot find xmlMaxObject config property to set .
Any help with that please ?