You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;