]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NNTPD.pm
www_coderepo: fix snapshot link generation
[public-inbox.git] / lib / PublicInbox / NNTPD.pm
index 15a72bac663d9791f05e53e382d222b76f95a597..4401a29b963fed06abcb670a93a8cc16f55defc9 100644 (file)
@@ -45,10 +45,8 @@ sub refresh_groups {
                        # only valid if msgmap and over works
                        # preload to avoid fragmentation:
                        $ibx->description;
-                       $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.