优化缓存文件句柄缓存的文字提示

This commit is contained in:
刘祥超
2024-01-21 14:31:05 +08:00
parent 6ffc552bd8
commit 6a1e7266b9
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@
<td class="color-border">缓存文件句柄缓存</td> <td class="color-border">缓存文件句柄缓存</td>
<td> <td>
<input type="text" name="fileOpenFileCacheMax" maxlength="6" value="0" style="width: 10em"/> <input type="text" name="fileOpenFileCacheMax" maxlength="6" value="0" style="width: 10em"/>
<p class="comment"><pro-warning-label></pro-warning-label>保持在内存中的缓存文件句柄的数量,提升缓存文件打开速度,建议数量不超过缓存文件数量的分之一。</p> <p class="comment"><pro-warning-label></pro-warning-label>保持在内存中的缓存文件句柄的数量,提升缓存文件打开速度,同时也会占用系统更多的内存,建议数量不超过缓存文件数量的分之一0表示不启用</p>
</td> </td>
</tr> </tr>
<tr v-show="teaIsPlus"> <tr v-show="teaIsPlus">

View File

@@ -81,7 +81,7 @@
<td class="color-border">缓存文件句柄缓存</td> <td class="color-border">缓存文件句柄缓存</td>
<td> <td>
<input type="text" name="fileOpenFileCacheMax" v-model="fileOpenFileCacheMax" maxlength="6" value="0" style="width: 10em"/> <input type="text" name="fileOpenFileCacheMax" v-model="fileOpenFileCacheMax" maxlength="6" value="0" style="width: 10em"/>
<p class="comment"><pro-warning-label></pro-warning-label>保持在内存中的缓存文件句柄的数量,提升缓存文件打开速度,建议数量不超过缓存文件数量的分之一。</p> <p class="comment"><pro-warning-label></pro-warning-label>保持在内存中的缓存文件句柄的数量,提升缓存文件打开速度,同时也会占用系统更多的内存,建议数量不超过缓存文件数量的分之一0表示不启用</p>
</td> </td>
</tr> </tr>
<tr v-show="teaIsPlus"> <tr v-show="teaIsPlus">