about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-11-28 05:09:12 +0000
committerEric Wong <e@80x24.org>2020-11-29 02:25:47 +0000
commit24e103d37b423c1c718e7f0f6285419005a98be5 (patch)
tree50a191827fc59cb7aa8957fccc638e5eb5336e9e /t
parent50ac81092ba1034f3055ddabb3d7cc7853edfa41 (diff)
downloadpublic-inbox-24e103d37b423c1c718e7f0f6285419005a98be5.tar.gz
We can amortize the cost of NEWGROUPS time filtering using the
long_response API.  This lets us handle hundreds/thousands of
inboxes without monopolizing the event loop for this command.

Further speedup is possible using MiscSearch, but that requires
not-yet-done indexing changes to MiscIdx.
Diffstat (limited to 't')
-rw-r--r--t/nntp.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/nntp.t b/t/nntp.t
index 91a2aff7..ea2ef876 100644
--- a/t/nntp.t
+++ b/t/nntp.t
@@ -112,7 +112,6 @@ use PublicInbox::Config;
         my $hdr = $mime->header_obj;
         my $mock_self = {
                 nntpd => {
-                        grouplist => [],
                         servername => 'example.com',
                         pi_config => bless {}, 'PublicInbox::Config',
                 },