Skip to content

Commit

Permalink
change(rclone): actually use the specified stats ~ duh...
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Apr 20, 2020
1 parent cee1615 commit d9ce036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclone/param.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func getBaseParams() ([]string, error) {
if config.Config.Rclone.Stats != "" {
params = append(params,
// stats
"--stats", "30s")
"--stats", config.Config.Rclone.Stats)
}

return params, nil
Expand Down

0 comments on commit d9ce036

Please sign in to comment.