1
0
forked from bot/app

: zap: 添加api请求超时限制

This commit is contained in:
2024-04-26 12:39:43 +08:00
parent bb9b8a1ced
commit 857e58d635
3 changed files with 5 additions and 3 deletions

View File

@ -189,6 +189,7 @@ function main() {
`${localData['free']} ${convertSize(swapData['free'])}`,
`${localData['total']} ${convertSize(swapData['total'])}`
]
console.log(cpuTagArray, memTagArray, swapTagArray)
}