Explorar o código

Update length limit to 25k

See https://github.com/docker/hub-beta-feedback/issues/238#issuecomment-137202994
Tianon Gravi %!s(int64=10) %!d(string=hai) anos
pai
achega
79613d80ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      push.pl

+ 1 - 1
push.pl

@@ -13,7 +13,7 @@ use Mojo::Util qw(decode encode slurp spurt trim);
 use Term::UI;
 use Term::ReadLine;
 
-my $hubLengthLimit = 5000;
+my $hubLengthLimit = 25_000;
 my $githubBase = 'https://github.com/docker-library/docs/tree/master';
 
 my $username;