Closed
Description
Sending large payloads, eg. array of 300k objects, takes huge amount of time cause of config = copy(config);
here.
Simple fix is not to copy config.data
;
I'll create a PR with a fix.
Sending large payloads, eg. array of 300k objects, takes huge amount of time cause of config = copy(config);
here.
Simple fix is not to copy config.data
;
I'll create a PR with a fix.