We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "NacosConfig": { "Listeners": [ { "Optional": false, "DataId": "qilun-flow-dev.json", "Group": "DEFAULT_GROUP" } ], "ServerAddresses": [ "http://nacos:8848/" ], "ClusterName": "DEFAULT", "GroupName": "DEFAULT_GROUP", "Namespace": "public", "ServiceName": "qilun-flow-service", "DefaultTimeOut": 15000, "ListenInterval": 60000, "RegisterEnabled": true, "InstanceEnabled": true, "Ephemeral": true, "Secure": false, "ConfigUseRpc": false, "NamingUseRpc": false } }
配置如上,ListenInterval 设置了 60000毫秒,但是 /nacos/v1/ns/instance/beat 的间隔仍然是一直无变化的。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
{
"NacosConfig": {
"Listeners": [
{
"Optional": false,
"DataId": "qilun-flow-dev.json",
"Group": "DEFAULT_GROUP"
}
],
"ServerAddresses": [
"http://nacos:8848/"
],
"ClusterName": "DEFAULT",
"GroupName": "DEFAULT_GROUP",
"Namespace": "public",
"ServiceName": "qilun-flow-service",
"DefaultTimeOut": 15000,
"ListenInterval": 60000,
"RegisterEnabled": true,
"InstanceEnabled": true,
"Ephemeral": true,
"Secure": false,
"ConfigUseRpc": false,
"NamingUseRpc": false
}
}
配置如上,ListenInterval 设置了 60000毫秒,但是 /nacos/v1/ns/instance/beat 的间隔仍然是一直无变化的。
The text was updated successfully, but these errors were encountered: