make -j,多核心编译docker image

This commit is contained in:
cppla
2023-04-12 11:10:10 +08:00
parent 4ab545f646
commit e34ed05901
3 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ cd ServerStatus/server && make
},
{
"name": "DDOS和CC攻击监控",
"rule": "tcp_count>1000",
"rule": "tcp_count>500",
"interval": 300,
"callback": "https://yourSMSurl"
},