This sends around 5 requests per second to the server. I need to send around 40 requests per second. The server does not limit my requests (I have run 10 instances of this Python script and it has worked) and my internet does not limit the requests.
It's my code which limits my requests per second.
Is it possible to make my Python script send more requests?