From e3593326223f5fe555481cccc8b80bf2f9060f07 Mon Sep 17 00:00:00 2001 From: master3395 Date: Mon, 19 Jan 2026 23:31:22 +0100 Subject: [PATCH] Add cache duration notice to Plugin Store - Inform users that plugin store data is cached for 1 hour - Explain that new plugins may take up to 1 hour to appear - Improve transparency about cache behavior --- pluginHolder/templates/pluginHolder/plugins.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pluginHolder/templates/pluginHolder/plugins.html b/pluginHolder/templates/pluginHolder/plugins.html index a992a7abe..6a01b3077 100644 --- a/pluginHolder/templates/pluginHolder/plugins.html +++ b/pluginHolder/templates/pluginHolder/plugins.html @@ -1021,6 +1021,11 @@

{% trans "The versions displayed here represent the latest plugins from the CyberPanel Plugin Store repository. They may or may not represent the latest available versions. Additionally, the plugin repository may only contain plugins released within the last few months." %}

+

+ + {% trans "Cache Information:" %} + {% trans "Plugin store data is cached for 1 hour to improve performance and reduce GitHub API rate limits. New plugins may take up to 1 hour to appear after being published." %} +

{% trans "Use at Your Own Risk" %}