Ed W wrote: > On 10/05/2011 13:19, Simon Kelley wrote: > >> From src/config.h, yo can edit and re-compile if you need to. >> >> #define FORWARD_TEST 50 /* try all servers every 50 queries */ >> #define FORWARD_TIME 20 /* or 20 seconds */ > > Aha - that looks superb > > Do you foresee any issues with settings around say the 2-24 hour mark > for TIME and some hundreds to thousands for the TEST param? >
None at all. Just don't try and disable the feature entirely by setting them to zero. That won't work. Cheers, Simon.