mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
build: fix gocritic lint issue unlambda
This commit is contained in:
parent
86e9a56d73
commit
4d787ae87f
@ -232,10 +232,8 @@ func (tb *tokenBucket) rcBwlimit(ctx context.Context, in rc.Params) (out rc.Para
|
||||
// Remote control for the token bucket
|
||||
func init() {
|
||||
rc.Add(rc.Call{
|
||||
Path: "core/bwlimit",
|
||||
Fn: func(ctx context.Context, in rc.Params) (out rc.Params, err error) {
|
||||
return TokenBucket.rcBwlimit(ctx, in)
|
||||
},
|
||||
Path: "core/bwlimit",
|
||||
Fn: TokenBucket.rcBwlimit,
|
||||
Title: "Set the bandwidth limit.",
|
||||
Help: `
|
||||
This sets the bandwidth limit to the string passed in. This should be
|
||||
|
Loading…
Reference in New Issue
Block a user