Skip to content

Commit a20e57b

Browse files
committed
disabling threat intelligence until further optimizations
1 parent b2504a6 commit a20e57b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

correlation/api/newLogHandler.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package api
33
import (
44
"encoding/json"
55
"fmt"
6-
"github.com/utmstack/UTMStack/correlation/ti"
76
"io"
87
"log"
98
"net/http"
@@ -75,7 +74,7 @@ func NewLog(c *gin.Context) {
7574
}
7675

7776
cache.AddToCache(l)
78-
ti.Enqueue(l)
77+
//ti.Enqueue(l)
7978
search.AddToQueue(l)
8079
response["status"] = "queued"
8180
c.JSON(http.StatusOK, response)

0 commit comments

Comments
 (0)