优化文字提示等

This commit is contained in:
GoEdgeLab
2021-12-19 18:56:09 +08:00
parent 1abe34866c
commit 1f2684e71b
3 changed files with 5 additions and 5 deletions

View File

@@ -73,14 +73,14 @@ Vue.component("http-request-limit-config-box", {
<td>最大并发连接数</td>
<td>
<input type="text" maxlength="6" v-model="maxConns"/>
<p class="comment">为0表示不限制。</p>
<p class="comment">当前服务最大并发连接数。为0表示不限制。</p>
</td>
</tr>
<tr>
<td>单IP最大并发连接数</td>
<td>
<input type="text" maxlength="6" v-model="maxConnsPerIP"/>
<p class="comment">为0表示不限制。</p>
<p class="comment">单IP最大连接数统计单个IP总连接数时不区分服务。为0表示不限制。</p>
</td>
</tr>
<tr>