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
We launch mirrors as soon as we subscribe to a coin. The problem with this is that we create a bunch of mirrors that don't actually have the capability to share datalayer files because they have not yet been downloaded from the originator.
So we have different nodes all trying to reach out to these mirrors, timing out before one eventually finds the originator mirror gets the files.
It would be nice if we did a quick check on local DL files to see if we have at least one file available, and THEN launch the mirror for that store.
The text was updated successfully, but these errors were encountered:
We launch mirrors as soon as we subscribe to a coin. The problem with this is that we create a bunch of mirrors that don't actually have the capability to share datalayer files because they have not yet been downloaded from the originator.
So we have different nodes all trying to reach out to these mirrors, timing out before one eventually finds the originator mirror gets the files.
It would be nice if we did a quick check on local DL files to see if we have at least one file available, and THEN launch the mirror for that store.
The text was updated successfully, but these errors were encountered: