代码提交
This commit is contained in:
@@ -82,7 +82,7 @@ class TaskServer extends Server
|
||||
if ($current_worker_id == 1) {
|
||||
// 每60秒检查一次自动问候规则
|
||||
Timer::add(60, function () use ($adapter) {
|
||||
$adapter->handleAutoGreetings();
|
||||
//$adapter->handleAutoGreetings();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user