From ab7a7f7c6b4f6962bb792bc929577189bde01e75 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 21 Apr 2026 18:47:38 +0200 Subject: [PATCH] Reduce observatory probe intervals and timeout --- web/html/xray.html | 6 +++--- 1 file 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 } }