engine wait 2min

This commit is contained in:
UlricQin 2021-11-30 12:33:37 +08:00
parent 04319a6b41
commit 6ad24419ab
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ import (
)
func loopFilterRules(ctx context.Context) {
// wait for samples
time.Sleep(time.Minute * 2)
duration := time.Duration(9000) * time.Millisecond
for {
select {