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
Like your source code, for example, if running a small number of 5 - 10 accounts, there is no problem. But when running a large number of 100-200 at the same time, it encounters the status "connect ENOBUFS 34.29.163.58:443 - Local (undefined:undefined)."
Specifically, the error occurs when too many requests are sent at the same time. Is there a way to add a function to handle thread limits. For example, run 10 accounts at a time, then stop and continue the next thread until the end of the list?
I really appreciate your sharing. Many Thanks!
The text was updated successfully, but these errors were encountered:
Like your source code, for example, if running a small number of 5 - 10 accounts, there is no problem. But when running a large number of 100-200 at the same time, it encounters the status "connect ENOBUFS 34.29.163.58:443 - Local (undefined:undefined)."
Specifically, the error occurs when too many requests are sent at the same time. Is there a way to add a function to handle thread limits. For example, run 10 accounts at a time, then stop and continue the next thread until the end of the list?
I really appreciate your sharing. Many Thanks!
The text was updated successfully, but these errors were encountered: