Skip to content

Commit d233f29

Browse files
added filter for vector lengths
1 parent bb00f56 commit d233f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posting/index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ func (mp *MutationPipeline) InsertTokenizerIndexes(ctx context.Context, pipeline
229229
return globalMap
230230
}
231231

232-
globalMapI := f(100)
232+
globalMapI := f(1)
233233
mp.txn.cache.Lock()
234234
defer mp.txn.cache.Unlock()
235235
if mp.txn.cache.globalMap == nil {

0 commit comments

Comments
 (0)