Is there a way to limit the retries to only once or twice, so that it would goto the next server in the same group?
scenario: 2 servers, some people connect to server 1, others server 2, if server 1 loses connection, I want people to connect to server 2. Without having to retry to connect to server 1 99 times.
Thanks