Download raw body.
Poor fetching from gotd
I have a mirror mode got.git repository sitting here that I switched
from stsp_gitolite@git.gameoftrees.org to anonymous@got.gameoftrees.org
a few days ago:
remote "origin" {
server anonymous@got.gameoftrees.org
protocol ssh
repository "/got.git"
mirror_references yes
}
Fetching performs poorly. It is very slow and appears to always
download at least ~3 MB of data. Here's the latest instance:
$ time got fetch
Connecting to "origin" ssh://anonymous@got.gameoftrees.org/got.git
server: 5174 commits colored, 5627 objects found, deltify 100%
3158K fetched; indexing 100%; resolving deltas 100%
Fetched e568a08d8cc5a396b3e1cb52c9109acaf9ca4026.pack
Updated refs/heads/main: c3b9af18468be6672f62e2d321b5fc2893837c62
real 10m18.052s
user 0m3.536s
sys 0m0.262s
The only upstream change since the previous fetch was the single
commit c3b9af18468be6672f62e2d321b5fc2893837c62.
Is this expected?
--
Christian "naddy" Weisgerber naddy@mips.inka.de
Poor fetching from gotd