function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kunal GhoshKunal Ghosh 

Increase the data limit in continuation framework

Hi,
There is HTTP response data limit in continuation framework which 1 MB. Can we increase that limit??

or what is the alternate way to get more than 1 MB data...Future HTTP call????

Thanks for your time & response
sharathchandra thukkanisharathchandra thukkani
Yes with asynchronus calls(@future) you can increase the limits.