about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-08-03 20:03:54 +0000
committerEric Wong <e@80x24.org>2022-08-04 07:00:57 +0000
commit63dce18973d63837efd89225085fe144a8954bdf (patch)
treeea78ef455b3df0204f1746740f33abef18af6eb8
parentec328a09ae172569ac72bafb02eaf1dc2d489867 (diff)
downloadpublic-inbox-63dce18973d63837efd89225085fe144a8954bdf.tar.gz
While PublicInbox::NNTP doesn't use it, config sharing inside
public-inbox-netd will mean inbox objects also get shared.
-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 15a72bac..4f550bb0 100644
--- a/lib/PublicInbox/NNTPD.pm
+++ b/lib/PublicInbox/NNTPD.pm
@@ -48,7 +48,6 @@ sub refresh_groups {
                         $ibx->base_url;
                 } else {
                         delete $groups->{$ngname};
-                        delete $ibx->{newsgroup};
                         # Note: don't be tempted to delete more for memory
                         # savings just yet: NNTP, IMAP, and WWW may all
                         # run in the same process someday.