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
1. Make sure MultiCurl is available on your server
365
365
2. Find the right balance for your needs between security and performance (see above)
366
366
3. Find the right batch size (set it in `defaultOptions` or as parameter to `flush()`)
367
+
4. Use `flushPooled()` instead of `flush()`. The former uses concurrent requests, accelerating the process and often doubling the speed of the requests.
367
368
368
369
### How to solve "SSL certificate problem: unable to get local issuer certificate"?
0 commit comments