This commit is contained in:
2021-03-02 14:49:20 +08:00
parent ca80c81318
commit a3c6dbf1a6
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ abstract class Callback extends HttpService
protected function clear($server, $worker_id, $message)
{
try {
fire(Event::SYSTEM_RESOURCE_CLEAN);
Timer::clearAll();
Timer::clearAll();
fire(Event::SYSTEM_RESOURCE_CLEAN);
\logger()->insert();