flori_ava_starđMRMCD:~
@star@amazonawaws.com
flori_ava_starđMRMCD:~
@star@amazonawaws.com
flori_ava_starđMRMCD:~
@star@amazonawaws.comcommit 0a2f489e8a1893092d7dc0df47071354aae6e529
Author: ash lea <example@thisismyactual.email>
Date: Tue Jul 7 08:40:00 2026 -0400
remove --depth=5000 from git clone
did some testing, --depth=5000 seems to require significantly more processing
on the server side depending on the size of the repo (and possibly some
software-specific caching characteristics). can sometimes result in time and
bandwidth savings, but for extremely large repos like linux or nixpkgs is
extremely slow and sometimes results in timeouts
|name (codeberg/github)| clone+ls-tree (no --depth) | clone+ls-tree (--depth=5000) |
|----------------------|-------------------------------|-------------------------------|
|waterfox-android (gh) | 26.638+8.719s 267.19+15.08MiB | 12.988+3.877s 78.00+15.02MiB |
|nixpkgs (gh) | 27.979+7.699s 447.93+3.34MiB | 65.614+7.647s 447.41+3.34MiB |
|nixpkgs (cb) | 46.465+9.585s 443.21+3.32MiB | 121.702+8.869s 442.57+3.32MiB |
|linux (gh) | 41.948+11.801s 755.72+2.92MiB | 372.107+11.249s 755.70+2.92MiB|
|freebsd-src (cb) | 10.469+3.704s 90.41+3.56MiB | 4.131+2.173s 6.11+3.56MiB |
|----------------------|-------------------------------|-------------------------------|
|total | 195.007s 2032.68MiB | 227.001s 1757.95MiB |
flori_ava_starđMRMCD:~
@star@amazonawaws.com