mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
perf: 限制其他用户流水线数量
This commit is contained in:
@@ -111,7 +111,9 @@ export class SysSettingsController extends CrudController<SysSettingsService> {
|
||||
await http.request({
|
||||
url: google,
|
||||
method: 'GET',
|
||||
timeout: 4000,
|
||||
timeout: 5000,
|
||||
logRes: false,
|
||||
logParams: false,
|
||||
});
|
||||
googleRes = true;
|
||||
} catch (e) {
|
||||
@@ -123,7 +125,9 @@ export class SysSettingsController extends CrudController<SysSettingsService> {
|
||||
await http.request({
|
||||
url: baidu,
|
||||
method: 'GET',
|
||||
timeout: 4000,
|
||||
timeout: 5000,
|
||||
logRes: false,
|
||||
logParams: false,
|
||||
});
|
||||
baiduRes = true;
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user