Re: [Pdns-users] DNSDist checkInterval qustion

2019-09-18 Thread Remi Gacogne
Hi, On 9/18/19 11:56 AM, Pedro David Marco via Pdns-users wrote: > I have changed the checkInterval parameter to 30 but DNSDist keeps > cheking servers every 1 second (the default value).   > > I have set it this way: > > newServer({address="192.168.3.183", order=1, checkInterval=30}) > > do i

[Pdns-users] DNSDist checkInterval qustion

2019-09-18 Thread Pedro David Marco via Pdns-users
Hi, I have changed the checkInterval parameter to 30 but DNSDist keeps cheking servers every 1 second (the default value).   I have set it this way: newServer({address="192.168.3.183", order=1, checkInterval=30}) do i have to do anything else to set the interval checks time? Thanks! Pedro. __