From: Linus Nordberg Date: Mon, 16 Apr 2012 14:04:24 +0000 (+0200) Subject: Block a dynamic server for 15 minutes if it's not working. X-Git-Tag: radsecproxy-1.6-rc0~9 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=commitdiff_plain;h=e506e1b12f1b206aa38e30e5eac817f8b7c6125e Block a dynamic server for 15 minutes if it's not working. This is the old number. We used 1 minute during testing. --- diff --git a/radsecproxy.c b/radsecproxy.c index d8500c1..5e9b5ca 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1758,7 +1758,7 @@ void *clientwr(void *arg) { conf = server->conf; -#define ZZZ 60 +#define ZZZ 900 if (server->dynamiclookuparg && !dynamicconfig(server)) { dynconffail = 1;