Commit 046f1fae authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Reduce default maximum update_interval value.

parent bdc8ca6a
......@@ -207,7 +207,7 @@ main(int argc, char **argv)
if(update_interval <= 0)
update_interval =
MIN(MAX(wireless_hello_interval * 5, wired_hello_interval),
150);
70);
if(seqno_interval <= 0)
seqno_interval = MAX(2 * wireless_hello_interval - 1, 2);
......
......@@ -53,7 +53,7 @@ interval, or five times the wireless hello interval, whichever is less.
.BI \-u " update-interval"
Specify the interval in seconds at which scheduled routing table dumps
are made on all interfaces. The default is either the wired hello
interval, or 150, whichever is less. Babel uses triggered updates in
interval, or 70, whichever is less. Babel uses triggered updates in
addition to scheduled updates, so this value may be set to a fairly
large value.
.TP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment