feat: 优化 Manticore 相关描述

This commit is contained in:
kuaifan
2026-01-04 13:30:03 +00:00
parent 31045b3808
commit 4b0f4e388c
20 changed files with 93 additions and 96 deletions

View File

@@ -38,7 +38,7 @@ class AbstractObserver
return;
}
// 标记任务已投递? 秒后过期
// 标记任务已投递
Cache::put($cacheKey, true, self::DEDUP_WINDOW);
}
}