mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	修复sendfile功能显示错误
This commit is contained in:
		@@ -46,8 +46,8 @@
 | 
				
			|||||||
                    <p class="comment">保持缓存文件句柄,提升缓存文件打开速度,建议数量是缓存文件数量的10%。</p>
 | 
					                    <p class="comment">保持缓存文件句柄,提升缓存文件打开速度,建议数量是缓存文件数量的10%。</p>
 | 
				
			||||||
                </td>
 | 
					                </td>
 | 
				
			||||||
            </tr>
 | 
					            </tr>
 | 
				
			||||||
            <tr>
 | 
					            <tr v-show="teaIsPlus">
 | 
				
			||||||
                <td class="color-border" v-show="teaIsPlus">开启Sendfile</td>
 | 
					                <td class="color-border">开启Sendfile</td>
 | 
				
			||||||
                <td>
 | 
					                <td>
 | 
				
			||||||
                    <checkbox name="fileEnableSendfile"></checkbox>
 | 
					                    <checkbox name="fileEnableSendfile"></checkbox>
 | 
				
			||||||
                    <p class="comment"><plus-label></plus-label>使用sendfile提升发送缓存文件的效率。</p>
 | 
					                    <p class="comment"><plus-label></plus-label>使用sendfile提升发送缓存文件的效率。</p>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -55,8 +55,8 @@
 | 
				
			|||||||
                        <p class="comment">保持缓存文件句柄,提升缓存文件打开速度,建议数量是缓存文件数量的10%。</p>
 | 
					                        <p class="comment">保持缓存文件句柄,提升缓存文件打开速度,建议数量是缓存文件数量的10%。</p>
 | 
				
			||||||
                    </td>
 | 
					                    </td>
 | 
				
			||||||
                </tr>
 | 
					                </tr>
 | 
				
			||||||
                <tr>
 | 
					                <tr v-show="teaIsPlus">
 | 
				
			||||||
                    <td class="color-border" v-show="teaIsPlus">开启Sendfile</td>
 | 
					                    <td class="color-border">开启Sendfile</td>
 | 
				
			||||||
                    <td>
 | 
					                    <td>
 | 
				
			||||||
                        <checkbox name="fileEnableSendfile" v-model="cachePolicy.options.enableSendfile"></checkbox>
 | 
					                        <checkbox name="fileEnableSendfile" v-model="cachePolicy.options.enableSendfile"></checkbox>
 | 
				
			||||||
                        <p class="comment"><plus-label></plus-label>使用sendfile提升发送缓存文件的效率。</p>
 | 
					                        <p class="comment"><plus-label></plus-label>使用sendfile提升发送缓存文件的效率。</p>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user