Skip to content

Commit

Permalink
remove limit clause
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Jan 9, 2024
1 parent 08cb53a commit 3ad2576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/pkg/subscraping/sources/crtsh/crtsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func (s *Source) getSubdomainsFromSQL(domain string, session *subscraping.Sessio
FROM certificate_and_identities cai
WHERE plainto_tsquery('certwatch', $1) @@ identities(cai.CERTIFICATE)
AND cai.NAME_VALUE ILIKE ('%' || $1 || '%')
LIMIT 10000
) sub
GROUP BY sub.CERTIFICATE
)
Expand Down

0 comments on commit 3ad2576

Please sign in to comment.