Description
When restarting task with lots of files, first data serialization takes a lot of time as old entries are removed one by one instead of using range or clear-all.
The biggest issue here is that the GUI thread is blocked until the serialization takes place.