提交 7869ebbf 编写于 作者: G gongzijian

bug

上级 7ecea109
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
return return
} }
// verification timeout // verification timeout
if (!this._verifTimeout()) { if (this.checkedTimeout && !this._verifTimeout()) {
return return
} }
......
...@@ -447,5 +447,6 @@ export default { ...@@ -447,5 +447,6 @@ export default {
'Threads connections': 'Threads connections', 'Threads connections': 'Threads connections',
'Max used connections': 'Max used connections', 'Max used connections': 'Max used connections',
'Threads running connections': 'Threads running connections', 'Threads running connections': 'Threads running connections',
'Worker group': 'Worker group' 'Worker group': 'Worker group',
'Please enter a positive integer greater than 0': 'Please enter a positive integer greater than 0',
} }
...@@ -447,5 +447,6 @@ export default { ...@@ -447,5 +447,6 @@ export default {
'Threads connections': '当前活跃连接', 'Threads connections': '当前活跃连接',
'Max used connections': '同时使用连接最大数', 'Max used connections': '同时使用连接最大数',
'Threads running connections': '数据库当前活跃连接数', 'Threads running connections': '数据库当前活跃连接数',
'Worker group': 'Worker分组' 'Worker group': 'Worker分组',
'Please enter a positive integer greater than 0': '请输入大于 0 的正整数',
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册