]> Sergey Matveev's repositories - public-inbox.git/commitdiff
Feed: add bug note on memory cycle
authorEric Wong <e@80x24.org>
Thu, 17 Apr 2014 03:19:49 +0000 (03:19 +0000)
committerEric Wong <e@80x24.org>
Thu, 17 Apr 2014 03:19:49 +0000 (03:19 +0000)
This affects users of long-lived processes (FastCGI/Plack)

lib/PublicInbox/Feed.pm

index 1c2056312f9c13a342f3a936a7b274bb576468b6..0a652f6e7636319978efac8a5c3087debc2f3d64 100644 (file)
@@ -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) = @_;