mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-10 08:20:24 +08:00
增加忽略相似消息周期设置
This commit is contained in:
@@ -363,6 +363,16 @@
|
||||
<p class="comment">用来限制此媒介的发送频率。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>忽略相似消息周期</td>
|
||||
<td>
|
||||
<div class="ui input right labeled">
|
||||
<input type="text" name="hashLife" style="width: 5em" maxlength="4" v-model="instance.hashLife"/>
|
||||
<span class="ui label">秒</span>
|
||||
</div>
|
||||
<p class="comment">可以在这个时间内忽略相似消息,防止短时间内消息数量过载。不填或者为0,表示默认为60秒。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user