Allow setting save_delay to 0

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

Loading