diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-26 12:09:14 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-26 12:09:14 +0200 |
commit | 6cfe2066ab024251936b119ab5c39a3892d8342a (patch) | |
tree | 2978b830b3deba0187ac7a6007bd6003b2f8e1d9 /doc | |
parent | ecaa3df3c4b090cceac4494658f80eb0a0b1e8b6 (diff) |
Higher export settle times when route refresh is running.
This helps the route refresh procedures to finish or at least
do more work before the exporters jump in and steal all the CPU time
for themselves.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 9399137c..0cfe19c4 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -706,6 +706,14 @@ to set options. steadily, BIRD isn't waiting forever; at most the maximum time. Default values: <cf/1 ms 100 ms/. You have to always provide both values. + <tag><label id="rtable-route-refresh-export-settle-time">route refresh export settle time <m/time/ <m/time/</tag> + Minimum and maximum settle times, respectively, for export announcements + (the same as above), valid when any channel is currently doing a route refresh. + This serves a purpose of even more aggresive change bundling, knowing that there + is some active process generating changes in a fast pace. If you don't want + this feature, set this to the same values as <ref id="rtable-export-settle-time" name="export settle time">. + Default values: <cf/100 ms 3 s/. + <tag><label id="rtable-debug">debug all|off|{ states|routes|events [, <m/.../] }</tag> Set table debugging options. Each table can write some trace messages into log with category <cf/trace/. You can request <cf/all/ trace messages |