On Mon, Aug 6, 2012 at 11:10 AM, Bertrand Delacretaz <[email protected]> wrote: > ...You might change the configured max value as Davide suggests, or > change your scenario, for example making more requests which cause > less sub-requests....
That's not too clear ;-) I meant either a) split your data into smaller pieces so that you make several requests instead of one or a few when importing your data b) change your code so that less sub-requests are done for an import. -Bertrand
