Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

burstObservatory 的 interval 没生效 #2909

Open
liuweiGL opened this issue Feb 27, 2024 · 0 comments
Open

burstObservatory 的 interval 没生效 #2909

liuweiGL opened this issue Feb 27, 2024 · 0 comments

Comments

@liuweiGL
Copy link

liuweiGL commented Feb 27, 2024

你正在使用哪个版本的 V2Ray?

v5.13.0

你看到的异常现象是什么?

更新间隔无规律

你期待看到的正常表现是怎样的?

每隔一分钟检查一次状态

请附上你的配置

服务端配置:

  "services": {
        "burstObservatory": {
            "subjectSelector": [
                "onevms_"
            ],
            "pingConfig": {
                "timeout": 5000000000,
                "interval": 60000000000,
                "destination": "http://www.gstatic.com/generate_204"
            }
        }
    },
    "router": {
        "domainStrategy": "AsIs",
        "balancingRule": [
            {
                "tag": "gfw_balancer",
                "outbound_selector": [
                    "onevms_"
                ],
                "strategy": "leastping"
            }
        ],
        "rule": [
            {
                "balancingTag": "gfw_balancer",
                "geoDomain": [
                    {
                        "code": "gfw"
                    }
                ]
            },
            {
                "tag": "direct",
                "networks": "udp,tcp"
            }
        ]
    }

日志

2024/02/27 18:30:07 [Info] app/dispatcher: taking platform initialized detour [onevms_新加坡综合-1(1.0)] for [tcp:www.gstatic.com:80]
2024/02/27 18:30:07 [Info] transport/internet/websocket: creating connection to tcp:xzxx:17120
2024/02/27 18:30:39 [Debug] app/observatory/burst: checking onevms_新加坡综合-1(1.0)
2024/02/27 18:30:39 [Info] app/dispatcher: taking platform initialized detour [onevms_新加坡综合-1(1.0)] for [tcp:www.gstatic.com:80]
2024/02/27 18:30:39 [Info] transport/internet/websocket: creating connection to tcp:xzxx:17120
2024/02/27 18:31:15 [Debug] app/observatory/burst: checking onevms_新加坡综合-1(1.0)
2024/02/27 18:31:15 [Info] app/dispatcher: taking platform initialized detour [onevms_新加坡综合-1(1.0)] for [tcp:www.gstatic.com:80]
2024/02/27 18:31:15 [Info] transport/internet/websocket: creating connection to tcp:xzxx:17120
2024/02/27 18:32:18 [Debug] app/observatory/burst: checking onevms_新加坡综合-1(1.0)
2024/02/27 18:32:18 [Info] app/dispatcher: taking platform initialized detour [onevms_新加坡综合-1(1.0)] for [tcp:www.gstatic.com:80]
2024/02/27 18:32:18 [Info] transport/internet/websocket: creating connection to tcp:xzxx:17120
2024/02/27 18:32:21 [Debug] app/observatory/burst: checking onevms_新加坡综合-1(1.0)
2024/02/27 18:32:21 [Info] app/dispatcher: taking platform initialized detour [onevms_新加坡综合-1(1.0)] for [tcp:www.gstatic.com:80]
2024/02/27 18:32:21 [Info] transport/internet/websocket: creating connection to tcp:xzxx:17120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant