Skip to content

Commit

Permalink
WIP: move start of Git Status Cache back
Browse files Browse the repository at this point in the history
  • Loading branch information
jamill committed Aug 17, 2018
1 parent c57ae2a commit e12b192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GVFS/GVFS.Virtualization/FileSystemCallbacks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@ public bool TryStart(out string error)

this.GitIndexProjection.Initialize(this.backgroundFileSystemTaskRunner);

this.backgroundFileSystemTaskRunner.Start();

if (this.enableGitStatusCache)
{
this.gitStatusCache.Initialize();
}

this.backgroundFileSystemTaskRunner.Start();

this.IsMounted = true;
return true;
}
Expand Down

0 comments on commit e12b192

Please sign in to comment.