fix: if disk will full , delete some record file

This commit is contained in:
2019-04-10 21:11:40 +08:00
committed by JerryYan
parent e77fa5d6ad
commit 6c02b965b0
3 changed files with 9 additions and 11 deletions

View File

@ -50,25 +50,23 @@
<table>
<tr>
<td>下载日志</td>
<td colspan="2"><span id="download"></span></td>
<td><span id="download"></span></td>
</tr>
<tr>
<td>转码日志</td>
<td>转码队列<br><span id="encodeQueueSize"></span></td>
<td>转码日志<br>队列<span id="encodeQueueSize"></span></td>
<td><span id="encode"></span></td>
</tr>
<tr>
<td>上传日志</td>
<td>上传队列<br><span id="uploadQueueSize"></span></td>
<td>上传日志<br>队列<span id="uploadQueueSize"></span></td>
<td><span id="upload"></span></td>
</tr>
<tr>
<td>错误日志</td>
<td colspan="2"><span id="error"></span></td>
<td><span id="error"></span></td>
</tr>
<tr>
<td>操作日志</td>
<td colspan="2"><span id="operation"></span></td>
<td><span id="operation"></span></td>
</tr>
</table>
<hr/>