3
This commit is contained in:
parent
e62a22e951
commit
f697ce77b1
@ -62,7 +62,7 @@ class UserImOffDelayDirectConsumer extends ConsumerMessage
|
|||||||
|
|
||||||
$diff_time = time() - $im_login_at;
|
$diff_time = time() - $im_login_at;
|
||||||
// if ($diff_time <= (30 * 60 + 10)){
|
// if ($diff_time <= (30 * 60 + 10)){
|
||||||
if ($diff_time <= (2 * 60 + 10)){
|
if ($diff_time <= (2 * 50)){
|
||||||
Log::getInstance("queue-UserImOff")->info("用户刚上线未满30分钟,无需处理");
|
Log::getInstance("queue-UserImOff")->info("用户刚上线未满30分钟,无需处理");
|
||||||
return Result::ACK;
|
return Result::ACK;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user