代码提交

This commit is contained in:
wong
2025-07-02 16:55:49 +08:00
parent 81dd8d594e
commit d8ce20146e

View File

@@ -26,7 +26,8 @@ return [
'name' => 'thinkphp',
'count' => 4,
'daemonize' => false,
'pidFile' => Env::get('app.runtime_path') . 'worker.pid',
'pidFile' => __DIR__ . '/../runtime/worker.pid',
'logFile' => __DIR__ . '/../runtime/workerman.log',
// 支持事件回调
// onWorkerStart