- 源码: xhadmincn/FastMovieAI (Apache 2.0) - 二开: Docker部署, Swoole改Select, route.php修复, 补update/VERSION - vendor/示例资源已gitignore
13 lines
322 B
PHP
13 lines
322 B
PHP
<?php
|
|
|
|
return [
|
|
/* 'Consumer' => [
|
|
'handler' => Webman\RedisQueue\Process\Consumer::class,
|
|
'count' => 8, // 可以设置多进程同时消费
|
|
'constructor' => [
|
|
// 消费者类目录
|
|
'consumer_dir' => base_path('plugin/shortplay/queue')
|
|
]
|
|
] */
|
|
];
|