15 Oct
2009
15 Oct
'09
8:10 a.m.
Alan DeKok wrote:
Patric wrote:
And 30 seconds later the request is retried and succeeds :) Is there any way for me to decrease the retry delay?
See the "retry_interval" configuration in the detail listener.
Hi Alan, Would I be correct in my understanding that I add that here: sites-enabled/copy-acct-to-home-server: ----------------------------------------- server copy-acct-to-home-server { listen { type = detail filename = ${radacctdir}/detail-combined load_factor = 10 retry_interval = 10 <----------------- } } Thank you :) Patric