X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/041c2df698d4702816cf8472d212553d289a2c0c..0fcfa5d54b166559c0ca31932a71a7eabb79c72c:/hotline/config.go?ds=inline diff --git a/hotline/config.go b/hotline/config.go index cd1d850..55d68e9 100644 --- a/hotline/config.go +++ b/hotline/config.go @@ -12,4 +12,5 @@ type Config struct { MaxDownloads int `yaml:"MaxDownloads"` // Global simultaneous download limit MaxDownloadsPerClient int `yaml:"MaxDownloadsPerClient"` // Per client simultaneous download limit MaxConnectionsPerIP int `yaml:"MaxConnectionsPerIP"` // Max connections per IP + PreserveResourceForks bool `yaml:"PreserveResourceForks"` // Enable preservation of file info and resource forks in sidecar files }