]> Sergey Matveev's repositories - public-inbox.git/commit
viewvcs: don't wait on slow disks for git commit titles
authorEric Wong <e@80x24.org>
Tue, 23 Aug 2022 08:32:03 +0000 (08:32 +0000)
committerEric Wong <e@80x24.org>
Tue, 23 Aug 2022 22:40:58 +0000 (22:40 +0000)
commit8ea93a0baa3a2675d8573c9b0185039ac8172f0a
tree3cac550b8fa52146c8b7e424f62049a2d8bb3d15
parent5e72c9aacf7e98e97d5a0f266580c187129ed86f
viewvcs: don't wait on slow disks for git commit titles

We can easily wire into the DS event loop to take advantage
of epoll/kevent notifications and serve other clients in
the mean time.
lib/PublicInbox/ViewVCS.pm