]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/config.t: fix feedmax default
authorEric Wong <e@80x24.org>
Sat, 17 Dec 2016 05:50:30 +0000 (05:50 +0000)
committerEric Wong <e@80x24.org>
Sat, 17 Dec 2016 05:50:30 +0000 (05:50 +0000)
Oops :x

t/config.t

index 4bbbc83897613847c5c467ee6bf4fafe9f1d8398..7271351b4b15b2e2766f66a3f8f494ee2582664e 100644 (file)
@@ -30,7 +30,7 @@ my $tmpdir = tempdir('pi-config-XXXXXX', TMPDIR => 1, CLEANUP => 1);
                'url' => 'http://example.com/meta',
                -primary_address => 'meta@public-inbox.org',
                'name' => 'meta',
-               feedmax => 100,
+               feedmax => 25,
                -pi_config => $cfg,
        }, "lookup matches expected output");
 
@@ -46,7 +46,7 @@ my $tmpdir = tempdir('pi-config-XXXXXX', TMPDIR => 1, CLEANUP => 1);
                'mainrepo' => '/home/pi/test-main.git',
                'domain' => 'public-inbox.org',
                'name' => 'test',
-               feedmax => 100,
+               feedmax => 25,
                'url' => 'http://example.com/test',
                -pi_config => $cfg,
        }, "lookup matches expected output for test");