Skip to content

Commit 528258a

Browse files
authored
Merge pull request #1044 from utmstack/bugfix/correlation_engine/v10
Increase rules update interval to 72 hours.
2 parents 64d5703 + e19ebbd commit 528258a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

correlation/rules/update.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func Update(updateReady chan bool) {
2525
updateReady <- true
2626
}
2727

28-
log.Println("Rules updated, waiting for 48 hours to update again")
29-
time.Sleep(48 * time.Hour)
28+
log.Println("Rules updated, waiting for 72 hours to update again")
29+
time.Sleep(72 * time.Hour)
3030
}
3131
}

0 commit comments

Comments
 (0)