]> git.donarmstrong.com Git - debbugs.git/commit
Add IO::InnerFile support to Debbugs::Log and use it
authorDon Armstrong <don@donarmstrong.com>
Wed, 30 Sep 2015 03:31:32 +0000 (20:31 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 30 Sep 2015 03:31:32 +0000 (20:31 -0700)
commit3ca3d92a6dd4a37cb69d801d80be95379a044d40
treecf4960075083773b4e665c20d58ad1c7d95e8e46
parentddf68e12d5f2988f0bee4ddd5bec46967056a045
Add IO::InnerFile support to Debbugs::Log and use it

Use the inner_file handle in cgi/bugreport and Debbugs::CGI::Bugreport
to avoid having the entire file in memory all of the time

Eventually we will want to use an index to avoid having to read every
single line of the bug log for every single message. Some day. [If
you're reading this, you could make that day sooner!]
Debbugs/CGI/Bugreport.pm
Debbugs/Log.pm
cgi/bugreport.cgi