From 61953702461c9881bb1366f72f71424aeb747568 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 11 Oct 2019 15:22:14 +1100 Subject: [PATCH] fix app.conf --- conf/aria2.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/aria2.conf b/conf/aria2.conf index 43e1258..52decde 100644 --- a/conf/aria2.conf +++ b/conf/aria2.conf @@ -38,7 +38,6 @@ max-upload-limit=0 # File downloading folder dir=/data ->>>>>>> master:conf/aria2.conf #文件缓存, 使用内置的文件缓存, 如果你不相信Linux内核文件缓存和磁盘内置缓存时使用, 需要1.16及以上版本 #disk-cache=0 #另一种Linux文件缓存方式, 使用前确保您使用的内核支持此选项, 需要1.15及以上版本(?)