Skip to content

Commit

Permalink
Avoid using 100% when using file backend
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreF committed Feb 13, 2021
1 parent 46f79fc commit 28db4c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backends/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ func (o *Files) watchSignals() {
log.Debugln("Got SIGHUP, reloading files.")
o.loadFiles()
}
default:
// NO-OP
}
}
}
Expand Down

0 comments on commit 28db4c0

Please sign in to comment.