Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't store the pois of OTP modules in ets at startup
They take up a lot of memory, duplicated for each project, and most of then not used. They will be reloaded and inserted when needed by calling `els_utils:lookup_document/1` so there is no information loss.
- Loading branch information