Skip to content

Commit

Permalink
fix: comment useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
newborn22 committed Dec 17, 2024
1 parent 37ed88b commit c41f04f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (cr *databaseCustomRule) start() {
for {
select {
case <-intervalTicker.C:
case <-customrule.Watch():
//case <-customrule.Watch():
}

if err := cr.reloadRulesFromDatabase(); err != nil {
Expand Down

0 comments on commit c41f04f

Please sign in to comment.