chore: post-migration cleanup

This commit is contained in:
GreemDev
2026-04-13 00:51:10 -05:00
parent fa7cb22240
commit 2edc165e26
14 changed files with 57 additions and 55 deletions

View File

@@ -79,7 +79,7 @@ namespace Ryujinx.Ava.Systems
{
buildSizeClient.DefaultRequestHeaders.Add("Range", "bytes=0-0");
// GitLab instance is located in Ukraine. Connection times will vary across the world.
// Forgejo instance is located in Ukraine. Connection times will vary across the world.
buildSizeClient.Timeout = TimeSpan.FromSeconds(10);
HttpResponseMessage message = await buildSizeClient.GetAsync(new Uri(_versionResponse.ArtifactUrl), HttpCompletionOption.ResponseHeadersRead);