Commit 7869ebbf authored by gongzijian's avatar gongzijian
Browse files

bug

parent 7ecea109
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@
            return
          }
          // verification timeout
          if (!this._verifTimeout()) {
          if (this.checkedTimeout && !this._verifTimeout()) {
            return
          }

+2 −1
Original line number Diff line number Diff line
@@ -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 group'
  'Worker group': 'Worker group',
  'Please enter a positive integer greater than 0': 'Please enter a positive integer greater than 0',
}
+2 −1
Original line number Diff line number Diff line
@@ -447,5 +447,6 @@ export default {
  'Threads connections': '当前活跃连接',
  'Max used connections': '同时使用连接最大数',
  'Threads running connections': '数据库当前活跃连接数',
  'Worker group': 'Worker分组'
  'Worker group': 'Worker分组',
  'Please enter a positive integer greater than 0': '请输入大于 0 的正整数',
}