X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FNNTPD.pm;h=4401a29b963fed06abcb670a93a8cc16f55defc9;hb=refs%2Fheads%2Fmaster;hp=9e232ef6e5b54081b40f29311f380874aae2ba5d;hpb=c38111d6f3877cf31d28b0a0339d063df0fa58f6;p=public-inbox.git diff --git a/lib/PublicInbox/NNTPD.pm b/lib/PublicInbox/NNTPD.pm index 9e232ef6..4401a29b 100644 --- a/lib/PublicInbox/NNTPD.pm +++ b/lib/PublicInbox/NNTPD.pm @@ -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.