Skip to content

Allow setting save_delay to 0

Legoktm requested to merge zero-save-delay into main

tokio doesn't allow creating an interval for 0 time, which is probably reasonable, so we need to skip that code path if we want to avoid save delays.

Bug: T333423

Merge request reports