]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found