summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/server.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/server.conf b/conf/server.conf
index f748a4a..332f8a3 100644
--- a/conf/server.conf
+++ b/conf/server.conf
@@ -13,6 +13,8 @@ isProxy=true
backgroundReplication=true
; if isProxy==true and another proxy requests and image that we don't have, should we ask our alt-servers for it?
lookupMissingForProxy=true
+; create sparse files instead of preallocating; ignored if backgroundReplication=true -- only recommended if cache space is small
+sparseFiles=false
; if true (which is the default), images will automatically be removed from the list if they can't be accessed
removeMissingImages=true
; timeout in ms for send/recv on connections to uplink servers (used for replication)