From 4a2688b52f9ac70a6dee6c6d1caa47842aad8252 Mon Sep 17 00:00:00 2001 From: honue Date: Fri, 5 Apr 2024 22:22:41 +0800 Subject: [PATCH] fix #1744 --- app/helper/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helper/plugin.py b/app/helper/plugin.py index 6340abcc..8ee1f53a 100644 --- a/app/helper/plugin.py +++ b/app/helper/plugin.py @@ -34,7 +34,7 @@ class PluginHelper(metaclass=Singleton): if self.install_report(): self.systemconfig.set(SystemConfigKey.PluginInstallReport, "1") - @cached(cache=TTLCache(maxsize=100, ttl=1800)) + @cached(cache=TTLCache(maxsize=300, ttl=1800)) def get_plugins(self, repo_url: str) -> Dict[str, dict]: """ 获取Github所有最新插件列表