]> Sergey Matveev's repositories - public-inbox.git/commit
lei_mirror: load most modules up-front
authorEric Wong <e@80x24.org>
Mon, 28 Nov 2022 05:31:15 +0000 (05:31 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Nov 2022 23:38:54 +0000 (23:38 +0000)
commitc89fbee4be1ab3e3f5544cda2d88ec7472aaadb2
treeec6c88179de08d706614a0ab555293381f504a4f
parenta8d69227f4441be553315852b416322ee4fe0265
lei_mirror: load most modules up-front

lei lazy loads LeiMirror itself lazily, anyways, and it only
supports HTTP(S) mirrors, so there's no point in delaying most
of the modules it loads.  Some of the inbox-specific and
v2-specific stuff can be lazy-loaded, however, since this
will support mirroring non-inbox repositories, too.
lib/PublicInbox/LeiMirror.pm