Skip to content

Commit

Permalink
Increased to 30 days; master mirror not working
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhrbac committed Jul 27, 2016
1 parent b05e73e commit f4f92d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-mirrors.py
Expand Up @@ -49,7 +49,7 @@ def __str__(self):

mname = m.group('hn')

if time.time()-age<=180*60*60:
if time.time()-age<=30*24*60*60:
if verbose:
print "Allowing mirror " + mname + " [" + time.ctime(age) + "]"
else:
Expand Down

1 comment on commit f4f92d1

@davidhrbac
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.