Skip to content

Commit

Permalink
revert a dependency upgrade for now because it breaks our ancient xlc…
Browse files Browse the repository at this point in the history
…ore fork
  • Loading branch information
avafloww committed Nov 21, 2023
1 parent 447bfbb commit d6c011e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Thaliak.Service.Poller/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
BufferBlockSize = 8000,
ChunkCount = 8,
MaxTryAgainOnFailover = 10,
MaximumMemoryBufferBytes = 1024 * 1024 * 128, // flush buffers every 128MB
OnTheFlyDownload = false,
Timeout = 10000,
ClearPackageOnCompletionWithFailure = true,
TempDirectory = Path.GetTempPath(),
RequestConfiguration = new RequestConfiguration
{
UserAgent = "FFXIV PATCH CLIENT",
Expand Down
2 changes: 1 addition & 1 deletion Thaliak.Service.Poller/Thaliak.Service.Poller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Downloader" Version="3.0.6" />
<PackageReference Include="Downloader" Version="2.3.5" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Discord.Net.Webhook" Version="3.12.0" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.7.0" />
Expand Down

0 comments on commit d6c011e

Please sign in to comment.