Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2026-04-21 19:47:38 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-04-21 19:47:38 +0300
commitab7a7f7c6b4f6962bb792bc929577189bde01e75 (patch)
treebec367a270a81002b5f6699ecb00037d93a088f8
parent733f44ef0f593d8eb987e54da7a26d1bc46a6b6e (diff)
Reduce observatory probe intervals and timeout
-rw-r--r--web/html/xray.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/html/xray.html b/web/html/xray.html
index 9c62ba69..a4d17459 100644
--- a/web/html/xray.html
+++ b/web/html/xray.html
@@ -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
}
}