From 2c63a34c7f2df3e542d5d73b05f3b6181dcea9fa Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Thu, 11 Nov 2021 19:45:50 +0100 Subject: [PATCH] config/git: fix clone timeouts --- .config/git/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index 103000e..ade574a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -65,8 +65,8 @@ file = /home/janek/.config/yadm/.mailmap [http] - lowSpeedLimit = 1000 - lowSpeedTime = 3 + lowSpeedLimit = 100 + lowSpeedTime = 10 [url "ssh://github.com/"] pushInsteadOf = https://github.com/