Files

13 lines
322 B
PHP
Raw Permalink Normal View History

<?php
return [
/* 'Consumer' => [
'handler' => Webman\RedisQueue\Process\Consumer::class,
'count' => 8, // 可以设置多进程同时消费
'constructor' => [
// 消费者类目录
'consumer_dir' => base_path('plugin/shortplay/queue')
]
] */
];