debug false
This commit is contained in:
@@ -16,7 +16,7 @@ use Webman\RedisQueue\Redis;
|
||||
|
||||
|
||||
try {
|
||||
define('AMQP_DEBUG', true);
|
||||
// define('AMQP_DEBUG', true);
|
||||
// 防止空闲时间断线必须设置心跳
|
||||
$connection = new AMQPStreamConnection($host, $port, $user, $password,
|
||||
'/',
|
||||
|
||||
@@ -10,7 +10,7 @@ use Webman\RedisQueue\Redis;
|
||||
|
||||
try {
|
||||
// 生日有礼
|
||||
define('AMQP_DEBUG', true);
|
||||
// define('AMQP_DEBUG', true);
|
||||
$host = config('cons.mq.host');
|
||||
$port = config('cons.mq.port');
|
||||
$user = config('cons.mq.user');
|
||||
|
||||
@@ -16,7 +16,7 @@ use support\Log;
|
||||
|
||||
|
||||
try {
|
||||
define('AMQP_DEBUG', true);
|
||||
// define('AMQP_DEBUG', true);
|
||||
// 防止空闲时间断线必须设置心跳
|
||||
$connection = new AMQPStreamConnection($host, $port, $user, $password,
|
||||
'/',
|
||||
|
||||
@@ -9,7 +9,7 @@ use support\think\Db;
|
||||
use support\Log;
|
||||
|
||||
try {
|
||||
define('AMQP_DEBUG', true);
|
||||
// define('AMQP_DEBUG', true);
|
||||
$host = config('cons.mq.host');
|
||||
$port = config('cons.mq.port');
|
||||
$user = config('cons.mq.user');
|
||||
|
||||
Reference in New Issue
Block a user