Skip to content

Commit

Permalink
Merge pull request #153 from PierreF/file-cpu-hog
Browse files Browse the repository at this point in the history
Avoid using 100% when using file backend
  • Loading branch information
PierreF committed Feb 13, 2021
2 parents 46f79fc + 28db4c0 commit 9321be9
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 9321be9

Please sign in to comment.