X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FSearchMsg.pm;h=ceb6edadded21431bf2ca3793b254ee0b1fcd7b7;hp=722a1b9428fba760591452f67a044a1af8ba812d;hb=b0e5062d43a96372801713ef78a78d6a1bc852bc;hpb=59fd8cf084c6a67d9801c888a183eb83b552692d diff --git a/lib/PublicInbox/SearchMsg.pm b/lib/PublicInbox/SearchMsg.pm index 722a1b94..ceb6edad 100644 --- a/lib/PublicInbox/SearchMsg.pm +++ b/lib/PublicInbox/SearchMsg.pm @@ -3,6 +3,8 @@ # based on notmuch, but with no concept of folders, files or flags # # Wraps a document inside our Xapian search index. +# There may be many of these objects loaded in memory at once +# for large threads in our WWW UI. package PublicInbox::SearchMsg; use strict; use warnings;