summaryrefslogtreecommitdiffstats
path: root/server.config.example/server.conf
blob: aeae8d56d23df66011c09aba9d4a7ec92aadc879 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dnbd3]
; relative root directory for images, ending in .r[1-9][0-9]*
basePath=/mnt/storage/dnbd3
; artificial connection delay for connecting servers
serverPenalty=100000
; artificial connection delay for connecting clients
clientPenalty=0
; is this server a proxy? if true, requests for non-existing images will be relayed to known alt-servers
isProxy=true
; if proxy is true and an image is incomplete, should idle bandwidth be used to replicate missing blocks?
backgroundReplication=true
; timeout in ms for send/recv on connections to uplink servers (used for replication)
uplinkTimeout=1250
; timeout in ms for send/recv on connections to clients (using an image on this server)
clientTimeout=15000