minor fixes

This commit is contained in:
Jay
2026-05-22 17:05:31 -04:00
parent 35cfe0ebf6
commit a9ca8394c4
2 changed files with 4 additions and 8 deletions
-4
View File
@@ -56,10 +56,6 @@ func (s *EventSubgraph) FirstNodeByLabel(label string) *Node {
// Helpers
func IsValidTag(t roots.Tag) bool {
if len(t) < 2 {
// Skip tags that do not have name and value fields
return false
}
if len(t[0])+len(t[1]) > 8192 {
// Skip tags that are too large for the neo4j indexer
return false