From 43dbcfe6fa7fcd27fa80262f44d1be39131e56dd Mon Sep 17 00:00:00 2001 From: checktheroads Date: Wed, 2 Oct 2019 01:18:18 -0700 Subject: [PATCH] increase default front end timeout --- hyperglass/configuration/models/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperglass/configuration/models/general.py b/hyperglass/configuration/models/general.py index ace686f..a688b5c 100644 --- a/hyperglass/configuration/models/general.py +++ b/hyperglass/configuration/models/general.py @@ -24,4 +24,4 @@ class General(BaseSettings): redis_host: Union[str, IPvAnyNetwork] = "localhost" redis_port: int = 6379 requires_ipv6_cidr: List[str] = ["cisco_ios", "cisco_nxos"] - request_timeout: int = 15 + request_timeout: int = 30