Skip to content

Commit 1af6a50

Browse files
author
zhangjiangbin
committed
1.自动封禁流量超限账号,避免因节点之间时间不同步造成流量超限问题
2.节点宕机发信由15分钟改为10分钟 3.加入工具:SS(R)链接反解析 4.移除serverStatus
1 parent 58a485a commit 1af6a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/AutoDisableUserJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class autoDisableUserJob extends Command
1111
{
12-
protected $signature = 'command:autoDisableExpireUserJob';
12+
protected $signature = 'command:autoDisableUserJob';
1313
protected $description = '自动禁用流量超限的用户';
1414

1515
public function __construct()

0 commit comments

Comments
 (0)