Tracker URl

This commit is contained in:
xiaomlove
2025-06-20 22:59:02 +07:00
parent a0ff441f03
commit 73b4183d56
22 changed files with 333 additions and 16 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class PluginStore extends Model
{
$log = "listAll, withoutCache: $withoutCache";
$cacheKey = "nexus_plugin_store_all";
$cacheTime = 86400*100;
$cacheTime = 86400;
if (is_null(self::$rows)) {
$log .= ", is_null";
if ($withoutCache) {