Merge pull request #9741 from id/fix-description-for-duration-fields

fix: remove time unit from duration fields description
This commit is contained in:
Zaiming (Stone) Shi 2023-01-13 09:31:48 +01:00 committed by GitHub
commit e7883e0ee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -36,8 +36,8 @@ For bridges only have ingress direction data flow, it can be set to 0 otherwise
health_check_interval { health_check_interval {
desc { desc {
en: """Health check interval, in milliseconds.""" en: """Health check interval."""
zh: """健康检查间隔,单位毫秒。""" zh: """健康检查间隔。"""
} }
label { label {
en: """Health Check Interval""" en: """Health Check Interval"""
@ -69,8 +69,8 @@ For bridges only have ingress direction data flow, it can be set to 0 otherwise
auto_restart_interval { auto_restart_interval {
desc { desc {
en: """The auto restart interval after the resource is disconnected, in milliseconds.""" en: """The auto restart interval after the resource is disconnected."""
zh: """资源断开以后,自动重连的时间间隔,单位毫秒。""" zh: """资源断开以后,自动重连的时间间隔。"""
} }
label { label {
en: """Auto Restart Interval""" en: """Auto Restart Interval"""