-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use sensible limits #22
Comments
The way to access the history db is to copy it fully and that takes time, if you don't need the latest, recent history all the time, try increasing And then, if you need to include the latest results, you can call the command with universal argument, that will disregard the cached db file and copy it over again. |
The problem is not in copying, but rather with feeding tens of thousands rows to |
When was the last time you've updated the package? #15 added some improvements. |
I use the latest. The fix I've implemented in my checkout is to force
Otherwise typing e.g. |
My browser history is ~400Mb:
It chokes emacs when typing first letter of the query, because the result list is huge. Could be avoided by limiting unconditionally to 100 entries, instead of doing that only for the empy input.
The text was updated successfully, but these errors were encountered: