diff --git a/sdbs_infra/dashboard/views.py b/sdbs_infra/dashboard/views.py index a8ed929..2c2157f 100644 --- a/sdbs_infra/dashboard/views.py +++ b/sdbs_infra/dashboard/views.py @@ -71,7 +71,7 @@ class IndexView(TemplateView): async def process_services(self, services): result = [] - session = aiohttp.ClientSession(timeout=aiohttp.ClientTimeout(total=5, sock_connect=1)) + session = aiohttp.ClientSession(timeout=aiohttp.ClientTimeout(total=3, sock_connect=1)) for service in services: index_status, index_text = None, None