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
{{ message }}
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
I have a question about how to work on a large number of accounts, I made two versions of this script to work on multiple accounts. The first version, files are copied to the second folder, there I enter the account, and so on for several, and after that I run one file through the os.system () stream. The second version, added the connection of several accounts to the source code, I launch only listen_for_channel_points () separately as a thread. The question itself, the first version works fine, but for each stream 500MB of memory, while the second version takes only 500 + -, but does not work, the question is why, I can throw the code
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a question about how to work on a large number of accounts, I made two versions of this script to work on multiple accounts. The first version, files are copied to the second folder, there I enter the account, and so on for several, and after that I run one file through the os.system () stream. The second version, added the connection of several accounts to the source code, I launch only listen_for_channel_points () separately as a thread. The question itself, the first version works fine, but for each stream 500MB of memory, while the second version takes only 500 + -, but does not work, the question is why, I can throw the code
The text was updated successfully, but these errors were encountered: