mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:27:22 +01:00
increase more timeouts
This commit is contained in:
parent
f2ebbd72fe
commit
6682e27e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ public sealed class CachedFileProvider : IDisposable
|
|||
try
|
||||
{
|
||||
using CancellationTokenSource cts = new();
|
||||
cts.CancelAfter(TimeSpan.FromSeconds(120));
|
||||
cts.CancelAfter(TimeSpan.FromSeconds(300));
|
||||
_metrics.IncGauge(MetricsAPI.GaugeFilesTasksWaitingForDownloadFromCache);
|
||||
await downloadTask.WaitAsync(cts.Token).ConfigureAwait(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue