perf: tasks are now fully async

This commit is contained in:
Folke Lemaitre 2024-06-26 14:28:53 +02:00
parent 36952153ec
commit 0614ca6ca6
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 87 additions and 68 deletions

View file

@ -105,7 +105,7 @@ M.defaults = {
-- leave nil, to automatically select a browser depending on your OS.
-- If you want to use a specific browser, you can define it here
browser = nil, ---@type string?
throttle = 20, -- how frequently should the ui process render events
throttle = 1000 / 30, -- how frequently should the ui process render events
custom_keys = {
-- You can define custom key maps here. If present, the description will
-- be shown in the help menu.