mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
增加 -max 指定环境变量
This commit is contained in:
@@ -90,7 +90,6 @@ export default class SystemService {
|
||||
try {
|
||||
const result = await got.get(config.lastVersionFile, {
|
||||
timeout: 30000,
|
||||
retry: 0,
|
||||
});
|
||||
const lastVersionFileContent = result.body;
|
||||
lastVersion = lastVersionFileContent.match(versionRegx)![1];
|
||||
|
||||
Reference in New Issue
Block a user