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
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Run 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.