// RouterInfo expires in 72 hours if more than 300
if(total>300&&ts>it.second->GetTimestamp()+3*24*3600*1000LL)// 3 days
{
total--;
it.second->SetUnreachable(true);
}
if(it.second->IsUnreachable())
{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.