When searching for large data, a log of entity content is too long [] for the configured buffer limit [104857600]
occurs.
I looked up and said that I can put http.max_content_length
, but it doesn't work.
I saw some articles saying that you can do it by customizing RequestOptions
, but I tried and failed.
Is there any way to increase the transfer size, which is set to the default 100MB??