diff options
Diffstat (limited to 'weed/shell/command_s3_circuitbreaker.go')
| -rw-r--r-- | weed/shell/command_s3_circuitbreaker.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_circuitbreaker.go b/weed/shell/command_s3_circuitbreaker.go index 32ff5da35..5abc2d429 100644 --- a/weed/shell/command_s3_circuitbreaker.go +++ b/weed/shell/command_s3_circuitbreaker.go @@ -51,7 +51,7 @@ func (c *commandS3CircuitBreaker) Help() string { ` } -func (c *commandS3CircuitBreaker) IsResourceHeavy() bool { +func (c *commandS3CircuitBreaker) HasTag(CommandTag) bool { return false } |
