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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user