Skip to content

Commit

Permalink
Update SymbolSearchUpdateEngine.Update.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
arunchndr authored Dec 14, 2024
1 parent 6277fea commit c69f299
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ private async Task<TimeSpan> DownloadFullDatabaseAsync(FileInfo databaseFileInfo

private async Task<(bool succeeded, TimeSpan delay)> DownloadFullDatabaseWorkerAsync(FileInfo databaseFileInfo, CancellationToken cancellationToken)
{
// Will hit https://az700632.vo.msecnd.net/pub/RoslynNuGetSearch/Elfie_V1/Latest.xml. Providing this
// Will hit https://aka.ms/vssettings/pub/RoslynNuGetSearch/Elfie_V1/Latest.xml. Providing this
// link in the source to make it easy for maintainers to hit the endpoint to see if it succeeds and that
// the data and http headers are what are expected.
var serverPath = Invariant($"Elfie_V{AddReferenceDatabaseTextFileFormatVersion}/Latest.xml");
Expand Down Expand Up @@ -373,7 +373,7 @@ private async Task<TimeSpan> PatchLocalDatabaseAsync(FileInfo databaseFileInfo,

// Now attempt to download and apply patch file.
//
// Will hit https://az700632.vo.msecnd.net/pub/RoslynNuGetSearch/Elfie_V1/{db_version}_Patch.xml.
// Will hit https://aka.ms/vssettings/pub/RoslynNuGetSearch/Elfie_V1/{db_version}_Patch.xml.
// Providing this link in the source to make it easy for maintainers to hit the endpoint to see if it
// succeeds and that the data and http headers are what are expected.
var serverPath = Invariant($"Elfie_V{AddReferenceDatabaseTextFileFormatVersion}/{database.DatabaseVersion}_Patch.xml");
Expand Down

0 comments on commit c69f299

Please sign in to comment.