We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64d5703 + e19ebbd commit 528258aCopy full SHA for 528258a
correlation/rules/update.go
@@ -25,7 +25,7 @@ func Update(updateReady chan bool) {
25
updateReady <- true
26
}
27
28
- log.Println("Rules updated, waiting for 48 hours to update again")
29
- time.Sleep(48 * time.Hour)
+ log.Println("Rules updated, waiting for 72 hours to update again")
+ time.Sleep(72 * time.Hour)
30
31
0 commit comments