[色子游戏]玩家抽奖记录测试数据
This commit is contained in:
@@ -35,6 +35,11 @@ return [
|
||||
'publicPath' => public_path()
|
||||
]
|
||||
],
|
||||
// 一键测试权重:定时轮询 status=0 的测试记录并执行,不占用 HTTP 资源
|
||||
'weight_test' => [
|
||||
'handler' => app\process\WeightTestProcess::class,
|
||||
'count' => 1,
|
||||
],
|
||||
// File update detection and automatic reload
|
||||
'monitor' => [
|
||||
'handler' => app\process\Monitor::class,
|
||||
|
||||
Reference in New Issue
Block a user