Block a dynamic server for 15 minutes if it's not working.
authorLinus Nordberg <linus@nordu.net>
Mon, 16 Apr 2012 14:04:24 +0000 (16:04 +0200)
committerLinus Nordberg <linus@nordu.net>
Mon, 16 Apr 2012 14:04:24 +0000 (16:04 +0200)
This is the old number.  We used 1 minute during testing.

radsecproxy.c

index d8500c1..5e9b5ca 100644 (file)
@@ -1758,7 +1758,7 @@ void *clientwr(void *arg) {
 
     conf = server->conf;
 
-#define ZZZ 60
+#define ZZZ 900
 
     if (server->dynamiclookuparg && !dynamicconfig(server)) {
        dynconffail = 1;