Set more reasonable default syncronization period

Change-Id: I45a384b201aee556a66d5c541fecb02bbc28b1a4
This commit is contained in:
Luis Tomas Bolivar 2023-04-21 11:37:34 +02:00
parent 2553998649
commit e045124a0b

View File

@ -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.',