代码提交

This commit is contained in:
wong
2025-11-28 15:46:21 +08:00
parent a03c162962
commit 5087190816

View File

@@ -82,7 +82,7 @@ class TaskServer extends Server
if ($current_worker_id == 1) {
// 每60秒检查一次自动问候规则
Timer::add(60, function () use ($adapter) {
$adapter->handleAutoGreetings();
//$adapter->handleAutoGreetings();
});
}