节点可以单独设置缓存目录

This commit is contained in:
刘祥超
2022-03-16 15:24:11 +08:00
parent bd280bdc53
commit 7d27f64b8a
3 changed files with 16 additions and 0 deletions

View File

@@ -14,6 +14,13 @@
<p class="comment">缓存能使用的磁盘的最大容量0表示不限制。</p>
</td>
</tr>
<tr>
<td>磁盘缓存目录</td>
<td>
<input type="text" name="cacheDiskDir" maxlength="500" value="" v-model="node.cacheDiskDir"/>
<p class="comment">存放文件缓存的目录,通常填写绝对路径。不填则表示使用集群缓存策略中定义的目录。</p>
</td>
</tr>
<tr>
<td>缓存内存容量</td>
<td>