From e045124a0b82e26485cf7109e352589cfd0505e4 Mon Sep 17 00:00:00 2001 From: Luis Tomas Bolivar Date: Fri, 21 Apr 2023 11:37:34 +0200 Subject: [PATCH] Set more reasonable default syncronization period Change-Id: I45a384b201aee556a66d5c541fecb02bbc28b1a4 --- ovn_bgp_agent/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn_bgp_agent/config.py b/ovn_bgp_agent/config.py index 687e9134..d72d11d5 100644 --- a/ovn_bgp_agent/config.py +++ b/ovn_bgp_agent/config.py @@ -23,7 +23,7 @@ LOG = logging.getLogger(__name__) agent_opts = [ cfg.IntOpt('reconcile_interval', help='Time (seconds) between re-sync actions.', - default=120), + default=300), cfg.IntOpt('frr_reconcile_interval', help='Time (seconds) between re-sync actions to ensure frr ' 'configuration is correct, in case frr is restart.',