On 25. Jun 2022, 09:47 +0200, Eli Zaretskii <eliz@gnu.org>, wrote:
Maybe we could disable the calls cheaply when max-ticks is 0? I mean, something that inlines

if (max_ticks > 0)
update_ticks(...)

Yes, maybe.

Now done.

Thanks!