Why does lazygit keep trying to connect to my remote while idle? #5065
Answered
by
stefanhaller
sippeangelo
asked this question in
Q&A
-
|
When idle, it seems like Lazygit keeps trying to connect to my remote on a 30 second interval. I don't see a valid reason why it has to fetch this often, and I can't find a way to disable this behaviour. I do not want to keep my keys unlocked when I'm not doing an active operation and this behaviour feels straight up shady to me. |
Beta Was this translation helpful? Give feedback.
Answered by
stefanhaller
Nov 24, 2025
Replies: 1 comment
-
|
It's one minute by default, not 30s. This is auto-fetching, and most people find this useful (me included). You can turn it off with git:
autoFetch: false |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sippeangelo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's one minute by default, not 30s. This is auto-fetching, and most people find this useful (me included). You can turn it off with