While PublicInbox::NNTP doesn't use it, config sharing inside
public-inbox-netd will mean inbox objects also get shared.
---
 lib/PublicInbox/NNTPD.pm | 1 -
 1 file changed, 1 deletion(-)

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.

Reply via email to