Set more reasonable default syncronization period
Change-Id: I45a384b201aee556a66d5c541fecb02bbc28b1a4
This commit is contained in:
parent
2553998649
commit
e045124a0b
@ -23,7 +23,7 @@ LOG = logging.getLogger(__name__)
|
|||||||
agent_opts = [
|
agent_opts = [
|
||||||
cfg.IntOpt('reconcile_interval',
|
cfg.IntOpt('reconcile_interval',
|
||||||
help='Time (seconds) between re-sync actions.',
|
help='Time (seconds) between re-sync actions.',
|
||||||
default=120),
|
default=300),
|
||||||
cfg.IntOpt('frr_reconcile_interval',
|
cfg.IntOpt('frr_reconcile_interval',
|
||||||
help='Time (seconds) between re-sync actions to ensure frr '
|
help='Time (seconds) between re-sync actions to ensure frr '
|
||||||
'configuration is correct, in case frr is restart.',
|
'configuration is correct, in case frr is restart.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user