]> Sergey Matveev's repositories - public-inbox.git/commit
psgi: ensure /$INBOX/$MESSAGE_ID/T/ endpoint is chronological
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Sat, 7 Apr 2018 03:41:47 +0000 (03:41 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Sat, 7 Apr 2018 03:42:20 +0000 (03:42 +0000)
commit6f4fcc32237e46fb219df9ad4e92aeb3a170d03f
treefd4473799e267f7e4b0f2eda05657f5b99b6c78a
parentaed636420b2fee7ff217bfae148cc9485b011d79
psgi: ensure /$INBOX/$MESSAGE_ID/T/ endpoint is chronological

We only need to call get_thread beyond 1000 messages for
fetching entire mboxes.  It's probably too much for the HTML
display otherwise.
lib/PublicInbox/Mbox.pm
lib/PublicInbox/Over.pm