Make ssh better/faster?

This commit is contained in:
Andrea Ciceri 2025-02-27 14:05:52 +07:00
parent 6a7a16807d
commit e35ba5af34
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -33,6 +33,12 @@ in
credential.helper = "manager"; credential.helper = "manager";
credential.credentialStore = "cache"; credential.credentialStore = "cache";
core = {
fsmonitor = true;
untrackedcache = true;
};
fetch.writeCommitGraph = true;
}; };
userName = config.name; userName = config.name;