将访问日志保留天数从30天改成14天

This commit is contained in:
GoEdgeLab
2021-07-25 19:41:38 +08:00
parent 0a5fb33642
commit 18d876422f

View File

@@ -183,10 +183,10 @@
<td>访问日志保留天数</td>
<td>
<div class="ui input right labeled">
<input type="number" name="accessLogKeepDays" style="width: 5em" maxlength="4" value="30"/>
<input type="number" name="accessLogKeepDays" style="width: 5em" maxlength="4" value="14"/>
<span class="ui label"></span>
</div>
<p class="comment">网站等服务记录的访问日志保留天数,防止无限制地占用数据库空间。</p>
<p class="comment">网站等服务记录的访问日志保留天数,防止无限制地占用数据库空间,如果你的数据库空间比较小,请适当调小此值</p>
</td>
</tr>
</table>