aerc/worker
Koni Marti 11a4d5b71c imap: reconnect with exponential backoff
waits an increasing amount of time before attempting a reconnect.
Wait is capped at 16s. Prevents many reconnect attemps in a short time period.

Fixes commit 05ad96a30c ("imap: improve reconnect stability") that
improved the reliability of the reconnect mechanism but did not
implement controls to prevent the triggering of too many reconnects
within a short period of time.

Fixes: 05ad96a30c ("imap: improve reconnect stability")
Signed-off-by: Koni Marti <koni.marti@gmail.com>
2022-02-19 15:24:55 +01:00
..
handlers go.mod: change base git url 2021-11-05 10:21:45 +01:00
imap imap: reconnect with exponential backoff 2022-02-19 15:24:55 +01:00
lib maildir,notmuch: avoid leaking open files 2022-01-19 20:18:00 +01:00
maildir maildir: defer the count of recent messages 2022-01-30 20:49:30 +01:00
notmuch maildir,notmuch: pass in-memory message to callback 2022-01-20 15:44:46 +01:00
types imap: auto-reconnects on connection error 2022-01-19 17:40:52 +01:00
handler_notmuch.go format: reformat code with go 1.17 2021-12-11 23:24:08 +01:00
worker.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
worker_enabled.go go.mod: change base git url 2021-11-05 10:21:45 +01:00