can you post the command or part in the configuration file that controls this switching? right now my Kalroth is switching after 60 seconds, it would be nice to decrease it. thanks
cgminer's --rotate takes the parameters in minutes, so i guess the minimum is one minute/60 seconds
you might get lucky with
--scan-time 30
more here : cgminer --help
cudaminer and minerd:
-R 5
will retry the connection every 5 seconds instead of the default 30
sgminer:
--failover-switch-delay 5
will do the same