mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-04-15 23:33:15 +00:00

It never kicked in since we are never returning a retry() Result, but always either success() or failure() (see createWork() function). Also, there is already a default (exponential backoff starting from 30 seconds), so no need to override it.