From 18ba02caab7961a15e693a09227000e7dd1447dd Mon Sep 17 00:00:00 2001 From: Alexander-D-Karpov Date: Sun, 17 Dec 2023 16:22:40 +0300 Subject: [PATCH] fixed files --- config/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings/base.py b/config/settings/base.py index 802966e..21e7a5a 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -74,7 +74,7 @@ "blog.post": {"ops": ("fetch", "get"), "timeout": 20 * 15}, "themes.theme": {"ops": ("fetch", "get"), "timeout": 60 * 60}, "gallery.*": {"ops": ("fetch", "get", "list"), "timeout": 60 * 15}, - "files.*": {"ops": ("fetch", "get"), "timeout": 60}, + "files.*": {"ops": ("fetch", "get", "list"), "timeout": 60}, "auth.permission": {"ops": "all", "timeout": 60 * 15}, "music.*": {"ops": ("fetch", "get", "list"), "timeout": 60 * 15}, }