How to disable compression in git server side?

Viewed 11834

I have a repo from which pull takes forever because the server has little free RAM and it is swapping a lot while

remote: Compressing objects: 24%

is happening (even if I clone locally on the server). The network is not that constrained, so it would be fine to send all data uncompressed. How can I do that?

1 Answers
Related