]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NNTPD.pm
No ext_urls
[public-inbox.git] / lib / PublicInbox / NNTPD.pm
index 9e232ef6e5b54081b40f29311f380874aae2ba5d..4401a29b963fed06abcb670a93a8cc16f55defc9 100644 (file)
@@ -17,7 +17,7 @@ sub new {
                err => \*STDERR,
                out => \*STDOUT,
                # pi_cfg => $pi_cfg,
-               # accept_tls => { SSL_server => 1, ..., SSL_reuse_ctx => ... }
+               # ssl_ctx_opt => { SSL_cert_file => ..., SSL_key_file => ... }
                # idler => PublicInbox::InboxIdle
        }, $class;
 }
@@ -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.