Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep in memory cache for longer and possibly as long as needed #1679

Closed
asif-mahmud opened this issue Oct 12, 2020 · 1 comment
Closed

Keep in memory cache for longer and possibly as long as needed #1679

asif-mahmud opened this issue Oct 12, 2020 · 1 comment

Comments

@asif-mahmud
Copy link

From the documentation i saw this settings - jedi.settings.call_signatures_validity. Does it control how long the in memory cache stays alive ? if so, is it possible to keep the in memory cache alive for as long as needed. I mean, as long as a project is being worked on, jedi should keep the symbols in memory for faster completion.

@davidhalter
Copy link
Owner

No that's not it. This cache is a very bad version of a cache and does not really help with anything more than call signatures (and even there it might be buggy, especially if you use a high number).

For caching, this is the issue: #1059

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants