-
Notifications
You must be signed in to change notification settings - Fork 694
[neighsyncd] increase neighbor syncd restore timeout to 110 seconds #745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,8 +33,9 @@ | |
| # timeout the restore process in 1 min if not finished | ||
| # This is mostly to wait for interfaces to be created and up after system warm-reboot | ||
| # and this process is started by supervisord in swss docker. | ||
| # It would be good to keep that time below routing reconciliation time-out. | ||
| TIME_OUT = 60 | ||
| # It would be good to keep that time consistent routing reconciliation time-out, here | ||
| # we are upstream, we shouldn't give up before down stream. | ||
| TIME_OUT = 120 | ||
yxieca marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| # every 5 seconds to check interfaces states | ||
| CHECK_INTERVAL = 5 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.