I’m trying to download a .tar.gz archive of my repo:
curl 'https://codeberg.org/goldstein/classified/archive/main.tar.gz' -v -o classified.tar.gz
it hangs for ten minutes and then returns HTTP 504. I think it is probably distinct from #2596, as it is not a db modification, but an archive download (which is not mentioned anywhere in that thread I think), and started (for me) recently
### Comment
I’m trying to download a `.tar.gz` archive of my repo:
```shell
curl 'https://codeberg.org/goldstein/classified/archive/main.tar.gz' -v -o classified.tar.gz
```
it hangs for ten minutes and then returns HTTP 504. I think it is probably distinct from #2596, as it is not a db modification, but an archive download (which is not mentioned anywhere in that thread I think), and started (for me) recently