@Sven Can you add option where we can define the max number of simultaneous connections per proxy because for example I have some proxies that can not handle big amount of connections. Thanks
SER uses a rotation here. So you can calculate that yourself. If you have e.g. 10 proxies and each one can only handle a max of 2 connections, then you have to use a max of 20 threads.
My question was if you can implenent option to set the proxies like this 1.1.1.1:80 - max 4 connections 2.2.2.2:80 - max 10 connections 3.3.3.3:80 - max 6 connections 5.5.5.5:80 - max 5 connections etc...
Comments
1.1.1.1:80 - max 4 connections
2.2.2.2:80 - max 10 connections
3.3.3.3:80 - max 6 connections
5.5.5.5:80 - max 5 connections
etc...