diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-07-26 15:41:13 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-07-26 22:22:48 +0200 |
commit | 54a0a377e03074a27d7d9e84092487c55761b510 (patch) | |
tree | 2c6bf66efa9f5e997eec8a3eb45d5d3f42dce349 /config/aerc.conf | |
parent | a1a549cb1e10d18e071695249b995e2dddfdac2a (diff) | |
download | aerc-54a0a377e03074a27d7d9e84092487c55761b510.tar.gz |
threads: debounce client-side thread building
Debounce client-side thread building in the message store. Debouncing is
useful when multiple messages are loaded, i.e. when scrolling with
PgUp/PgDown.
Without the debouncing, all client-side threads will be built everytime
the message store is updated which creates a noticable lag in the
message list ui when client-side threading is activated.
The default debouncing delay can be changed by changing
'client-threads-delay' in the UI config section.
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index f07900d8..3b7b5d60 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -179,6 +179,11 @@ completion-popovers=true # Default: false #force-client-threads=false +# Debounce client-side thread building +# +# Default: 50ms +#client-threads-delay=50ms + [statusline] # Describes the format string for the statusline. # |