Download raw body.
tog: use wtimeout(3) instead of nodelay(3) in view loop
On 2024/12/26 01:36:47 +1100, Mark Jamsek <mark@jamsek.com> wrote: > This simple one line change is a fix needed for an upcoming diff. > > We currently use nodelay(3) in the view loop, but this disables the > half-delay mode which we set to a 1 second refresh rate after an initial > fast initialisation at startup. This can break displaying status updates > in some cases, which I discovered when cooking the next diff to make the > selection of ref view tags that point to non-commit objects non-fatal, > and to enable selecting nested tags from the ref view that resolve to a > commit. makes sense to me, ok op@
tog: use wtimeout(3) instead of nodelay(3) in view loop