瀏覽代碼

Reduce observatory probe intervals and timeout

MHSanaei 4 天之前
父節點
當前提交
ab7a7f7c6b
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      web/html/xray.html

+ 3 - 3
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
         }
       }