about summary refs log tree commit homepage
path: root/lib/PublicInbox/NNTPD.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-08-08 23:53:11 +0000
committerEric Wong <e@80x24.org>2022-08-09 16:41:54 +0000
commit416ed12a0ba4259da15c43a34af17023e440a1bd (patch)
tree5d332609a53cad70fa7f14fa7257c4323e94f1c5 /lib/PublicInbox/NNTPD.pm
parente271df69f387333e5c80113a92c7964a8434d0a9 (diff)
downloadpublic-inbox-416ed12a0ba4259da15c43a34af17023e440a1bd.tar.gz
imapd|nntpd: drop ->base_url preload
It was never useful for IMAP, and NNTP hasn't needed it since:
1bf653ad139bf7bb (nntp+www: drop List-* and Archived-At headers, 2020-12-10)
Diffstat (limited to 'lib/PublicInbox/NNTPD.pm')
-rw-r--r--lib/PublicInbox/NNTPD.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/NNTPD.pm b/lib/PublicInbox/NNTPD.pm
index 4f550bb0..4401a29b 100644
--- a/lib/PublicInbox/NNTPD.pm
+++ b/lib/PublicInbox/NNTPD.pm
@@ -45,7 +45,6 @@ sub refresh_groups {
                         # only valid if msgmap and over works
                         # preload to avoid fragmentation:
                         $ibx->description;
-                        $ibx->base_url;
                 } else {
                         delete $groups->{$ngname};
                         # Note: don't be tempted to delete more for memory