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
Run
B346
edoc chunk generation in spawned process (#1484)
Doc chunk generation can be very slow, this would cause completion to hang until
finished. Instead return after 1 second.
Add check to only generate doc chunks if the chunkfile is missing or not up to
date.