1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

get ajax timeout from user config [skip ci]

This commit is contained in:
checktheroads
2019-08-23 08:47:19 -07:00
parent af2ecfdd49
commit e337913cbe
2 changed files with 8 additions and 6 deletions

View File

@@ -219,6 +219,7 @@ class General(BaseSettings):
redis_host: Union[str, IPvAnyNetwork] = "localhost"
redis_port: int = 6379
requires_ipv6_cidr: List[str] = ["cisco_ios", "cisco_nxos"]
query_timeout: int = 15
class Branding(BaseSettings):