From: Eric Wong Date: Thu, 17 Apr 2014 03:19:49 +0000 (+0000) Subject: Feed: add bug note on memory cycle X-Git-Tag: v1.0.0~1245 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=eb4f0055a0a0ea45a29dee8511c0bcecd2f4d663;p=public-inbox.git Feed: add bug note on memory cycle This affects users of long-lived processes (FastCGI/Plack) --- diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 1c205631..0a652f6e 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -16,6 +16,8 @@ use constant DATEFMT => '%Y-%m-%dT%H:%M:%SZ'; use PublicInbox::View; use Mail::Thread; +# FIXME: workaround https://rt.cpan.org/Public/Bug/Display.html?id=22817 + # main function sub generate { my ($class, $args) = @_;