Commit 8bb48c56 authored by Liu lu's avatar Liu lu

批消息处理调整

parent 7651af98
......@@ -14,7 +14,7 @@ class LogTraceQueue extends RedisQueueBatchHandler
protected function specifyQueueName()
{
$this->createLogTraceTable();
return env('APP_NAME').':LogTraceQueue';
return env('APP_NAME').'-LogTraceQueue';
}
protected function specifyRedisServer():Redis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment