You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
Every chunk which fails to be retrieved is resulting in a content repair routine being triggered.
This is causing an infinite loop of callbacks after executing just onedown command for a missing chunk, without even having the recovery feed set or any other chunk uploaded to the network.
Content repair should be triggered only when explicitely asked to by the end-user through a down or curl command.
Every chunk which fails to be retrieved is resulting in a content repair routine being triggered.
This is causing an infinite loop of callbacks after executing just one
down
command for a missing chunk, without even having the recovery feed set or any other chunk uploaded to the network.Content repair should be triggered only when explicitely asked to by the end-user through a
down
orcurl
command.This should be fixed alongside issue #2193.
The text was updated successfully, but these errors were encountered: