New upstream version 1.2.0

This commit is contained in:
Sébastien Delafond
2018-01-03 12:07:20 +01:00
parent ee9fb8dfec
commit b49bcafd67
1486 changed files with 382952 additions and 136232 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
)
// ConfigStructure is structure of main configuration
type ConfigStructure struct { // nolint: aligncheck
type ConfigStructure struct { // nolint: maligned
RootDir string `json:"rootDir"`
DownloadConcurrency int `json:"downloadConcurrency"`
DownloadLimit int64 `json:"downloadSpeedLimit"`