diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-16 16:04:24 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-16 16:04:24 +0200 |
commit | e506e1b12f1b206aa38e30e5eac817f8b7c6125e (patch) | |
tree | 0a2afdbbd6eee89cc577127174150abae70191c5 /radsecproxy.c | |
parent | c807e7de8300f2bd56c574173c362451182e0e53 (diff) |
Block a dynamic server for 15 minutes if it's not working.
This is the old number. We used 1 minute during testing.
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |