Skip to content
This repository was archived by the owner on Jan 15, 2023. It is now read-only.

Commit 51b95d0

Browse files
committed
webdept: timeout 1.0
1 parent 9e2efd6 commit 51b95d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/webdept/app/admin/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ async def dashboard_page(request, user, token):
182182
@add_backend
183183
@with_auth
184184
async def dashboard_action(request, user, token):
185-
timeout = aiohttp.ClientTimeout(total=0.5)
185+
timeout = aiohttp.ClientTimeout(total=1)
186186
try:
187187
body = await request.post()
188188
async with aiohttp.ClientSession(timeout=timeout) as rsession:

0 commit comments

Comments
 (0)