From dccfcde0cd7e8c7340be0d976ee46ff563b58de0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 7 Jan 2017 01:44:45 +0000 Subject: config: always use namespaced "publicinboxlimiter" I'm not sure if we'll ever support sharing a config file with other tools, but maybe we will, and "limiter" is too generic. --- t/config_limiter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/config_limiter.t b/t/config_limiter.t index 3c7ec557..486bfbe9 100644 --- a/t/config_limiter.t +++ b/t/config_limiter.t @@ -25,7 +25,7 @@ my $cfgpfx = "publicinbox.test"; { my $config = PublicInbox::Config->new({ - 'limiter.named.max' => 3, + 'publicinboxlimiter.named.max' => 3, "$cfgpfx.address" => 'test@example.com', "$cfgpfx.mainrepo" => '/path/to/non/existent', "$cfgpfx.httpbackendmax" => 'named', -- cgit v1.2.3-24-ge0c7