Set Connection Timeout
You can now set your own timeout settings per request.
Currently our system will terminate the connection if there's no data transferred for 15 seconds from either sides of the connection.
This will help you if your request takes a long time to complete or the opposite if you want to avoid long lasting connections.
To use this simply prepend this value to your username:
Example:
curl -x usa.rotating.proxyrack.net:10000 -U username-timeoutSeconds-60 http://example.com
The maximum value is 600 seconds.