Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRatelimit tracker connection attempts #659
Comments
This comment has been minimized.
This comment has been minimized.
|
When a tracker connection fails, we could mark that tracker as down and not try again for say 10 minutes |
This comment has been minimized.
This comment has been minimized.
|
I liked @dcposch 's idea. Will look into it now and PR |
This comment has been minimized.
This comment has been minimized.
|
We need to be careful here. If the user's internet connection is down for a minute, we don't want to block tracker connections for 10 minutes. |
This comment has been minimized.
This comment has been minimized.
|
@feross I opened a PR that will increase the time to reconnect on each retry. I removed the variance and set the initital at 15 seconds. Each retry adds 30 seconds. |
This comment has been minimized.
This comment has been minimized.
|
@dcposch FYI, this is fixed now. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
If a tracker is down, we shouldn't keep trying to connect to it: