diff options
| author | David Lamparter <equinox@diac24.net> | 2017-08-09 14:35:17 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2017-08-09 14:35:17 +0200 |
| commit | 9cdce038c51d259e4416c3e2f15d70e76c5e176f (patch) | |
| tree | 29fbd9adce8d50fb3183069e57f88f875b73efc0 /lib/libospf.h | |
| parent | 11f3bfdd71f9ccef52ddb6bc349b0554fd18c7ff (diff) | |
| parent | 0e236c6cd7bef12a2a375153a0e2d81a961562a2 (diff) | |
Merge branch 'stable/3.0'
... with a lot of fixups.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/libospf.h')
| -rw-r--r-- | lib/libospf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libospf.h b/lib/libospf.h index c9483a4c65..45aedb6a7d 100644 --- a/lib/libospf.h +++ b/lib/libospf.h @@ -34,7 +34,7 @@ /* Architectual Constants */ #ifdef DEBUG -#define OSPF_LS_REFRESH_TIME 60 +#define OSPF_LS_REFRESH_TIME 120 #else #define OSPF_LS_REFRESH_TIME 1800 #endif |
