]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/config.go
Fix failing tests
[rbdr/mobius] / hotline / config.go
index cd1d850713280b35562cf3e450e0a227d61b4ec9..55d68e9ad3db153fdf6c9c50a176d34c220c6578 100644 (file)
@@ -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
        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
 }
 }