Question regarding retrying of requests in detail-combined file
    Patric 
    patricrt at gmail.com
       
    Thu Oct 15 14:10:27 CEST 2009
    
    
  
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
    
    
More information about the Freeradius-Users
mailing list