Skip to content

Postpone all on-disk cache writes until we've had a quiet second

The previous throttle code was much too naive, and would just postpone the cache write for a second, but did not cancel the previous write intentions when a new change arrived. It did not cause any huge upset, but it was not really pretty.

Merge request reports