diff options
| author | Russ White <russ@riw.us> | 2017-08-01 07:37:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-01 07:37:01 -0400 |
| commit | 19353a6d82f3b55a42f767a05a7a9a5ac20b69cf (patch) | |
| tree | 0e183f81c400addd0d446be77599f4ec0ed060d4 /lib/libospf.h | |
| parent | 8b58f86f805188d372a3dd68b6a2a97b6ff1d187 (diff) | |
| parent | c222aa61d685d483ac21245d51a0ed013897517a (diff) | |
Merge pull request #885 from bingen/fix_debug_directive
Fix debug directive
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 a1ff9c24a2..ec6e642f89 100644 --- a/lib/libospf.h +++ b/lib/libospf.h @@ -35,7 +35,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 |
