change static route expiry time from 1800 to 172800 (#14497)
* [Bgpcfgd] change static route expiry time from 1800 to 172800
This commit is contained in:
parent
5db6b6131c
commit
9c5138b60e
@ -12,7 +12,8 @@ class StaticRouteTimer(object):
|
||||
|
||||
DEFAULT_TIMER = 180
|
||||
DEFAULT_SLEEP = 60
|
||||
MAX_TIMER = 1800
|
||||
# keep same range as value defined in sonic-restapi/sonic_api.yaml
|
||||
MAX_TIMER = 172800
|
||||
|
||||
def set_timer(self):
|
||||
""" Check for custom route expiry time in STATIC_ROUTE_EXPIRY_TIME """
|
||||
|
Loading…
Reference in New Issue
Block a user