Skip to content

Commit

Permalink
feat: 支持主配置变更重加载
Browse files Browse the repository at this point in the history
  • Loading branch information
yiqiwang-17 committed Nov 6, 2024
1 parent d37328d commit 3c08bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beater/beater.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (bt *LogBeat) Run() error {
}

reloadTicker := time.NewTicker(10 * time.Second)
diffTaskTicker := time.NewTicker(10 * time.Second)
diffTaskTicker := time.NewTicker(60 * time.Second)
defer reloadTicker.Stop()
for {
select {
Expand Down

0 comments on commit 3c08bf0

Please sign in to comment.