You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you wanting to search across more than 64 branches? Or are you using a glob pattern so a ton of branches are getting included?
I would need to dig through the zoekt codebase a bit, but I imagine it could get tricky to support >64 branches (afaik, a uint64 is used as a bitmask to represent what files appear in which branches. See here).
Making separate indexes per 64 branch chunk is interesting - I will test that out and see if it's possible without overriding existing indexes.
The text was updated successfully, but these errors were encountered: