mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-26 09:26:07 +00:00
Reduce observatory probe intervals and timeout
This commit is contained in:
parent
733f44ef0f
commit
ab7a7f7c6b
1 changed files with 3 additions and 3 deletions
|
|
@ -365,16 +365,16 @@
|
|||
defaultObservatory: {
|
||||
subjectSelector: [],
|
||||
probeURL: "https://www.google.com/generate_204",
|
||||
probeInterval: "10m",
|
||||
probeInterval: "1m",
|
||||
enableConcurrency: true
|
||||
},
|
||||
defaultBurstObservatory: {
|
||||
subjectSelector: [],
|
||||
pingConfig: {
|
||||
destination: "https://www.google.com/generate_204",
|
||||
interval: "30m",
|
||||
interval: "1m",
|
||||
connectivity: "http://connectivitycheck.platform.hicloud.com/generate_204",
|
||||
timeout: "10s",
|
||||
timeout: "5s",
|
||||
sampling: 2
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue