From eb4f0055a0a0ea45a29dee8511c0bcecd2f4d663 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 17 Apr 2014 03:19:49 +0000 Subject: Feed: add bug note on memory cycle This affects users of long-lived processes (FastCGI/Plack) --- lib/PublicInbox/Feed.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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) = @_; -- cgit v1.2.3-24-ge0c7