[ YES ] I am using the latest version of the code.
[ YES ] I am absolutely sure I read the README in its entirety.
[ YES ] I have made sure this is not a duplicate issue.
[ YES ] I have filled out this form correctly.
Several accounts of mine were banned today, and I found now the mechanism is that all the threads query for the whole board image and wait for 10 secs. I think it may increase the burden of the reddit server and they will increase the rate of ban. If it is possible to let only one thread (or create another new thread for this) to fetch the image once per second (or other manual setting interval) and maintain an array or queue and all the other workers can get their task from it?
Bug Report Form
Checklist
Several accounts of mine were banned today, and I found now the mechanism is that all the threads query for the whole board image and wait for 10 secs. I think it may increase the burden of the reddit server and they will increase the rate of ban. If it is possible to let only one thread (or create another new thread for this) to fetch the image once per second (or other manual setting interval) and maintain an array or queue and all the other workers can get their task from it?