mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 06:50:17 +00:00
pimd: Change RPF cache refresh time to 2 seconds
10 second delay is a bit too long. Let's crank it down a bit and see what happens. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
01408ede34
commit
fa6a18f1c8
@ -54,7 +54,7 @@ int qpim_t_periodic = PIM_DEFAULT_T_PERIODIC; /* Period be
|
||||
struct list *qpim_upstream_list = NULL;
|
||||
struct zclient *qpim_zclient_update = NULL;
|
||||
struct pim_assert_metric qpim_infinite_assert_metric;
|
||||
long qpim_rpf_cache_refresh_delay_msec = 10000;
|
||||
long qpim_rpf_cache_refresh_delay_msec = 2000;
|
||||
struct thread *qpim_rpf_cache_refresher = NULL;
|
||||
int64_t qpim_rpf_cache_refresh_requests = 0;
|
||||
int64_t qpim_rpf_cache_refresh_events = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user