Skip to content

Commit e192f53

Browse files
committed
ScalarConstants: update CacheServer to "gvfs.cache-server"
1 parent c1e18fc commit e192f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scalar.Common/ScalarConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static class GitConfig
3030
public const string GitStatusCacheBackoffConfig = ScalarPrefix + "status-cache-backoff-seconds";
3131
public const string MountId = ScalarPrefix + "mount-id";
3232
public const string EnlistmentId = ScalarPrefix + "enlistment-id";
33-
public const string CacheServer = ScalarPrefix + "cache-server";
33+
public const string CacheServer = "gvfs.cache-server";
3434
public const string ObjectCache = "gvfs.sharedCache";
3535
public const string ScalarTelemetryId = GitConfig.ScalarPrefix + "telemetry-id";
3636
public const string ScalarTelemetryPipe = GitConfig.ScalarPrefix + "telemetry-pipe";

0 commit comments

Comments
 (0)