We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e18fc commit e192f53Copy full SHA for e192f53
1 file changed
Scalar.Common/ScalarConstants.cs
@@ -30,7 +30,7 @@ public static class GitConfig
30
public const string GitStatusCacheBackoffConfig = ScalarPrefix + "status-cache-backoff-seconds";
31
public const string MountId = ScalarPrefix + "mount-id";
32
public const string EnlistmentId = ScalarPrefix + "enlistment-id";
33
- public const string CacheServer = ScalarPrefix + "cache-server";
+ public const string CacheServer = "gvfs.cache-server";
34
public const string ObjectCache = "gvfs.sharedCache";
35
public const string ScalarTelemetryId = GitConfig.ScalarPrefix + "telemetry-id";
36
public const string ScalarTelemetryPipe = GitConfig.ScalarPrefix + "telemetry-pipe";
0 commit comments