mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
bump version, increase timespan for re-checking queue
This commit is contained in:
parent
aaf11043fe
commit
f5f9b9c6fc
3 changed files with 4 additions and 4 deletions
2
MareAPI
2
MareAPI
|
|
@ -1 +1 @@
|
|||
Subproject commit bd4c360a4f1d0b1caa0e2c00d19eed7bd209d931
|
||||
Subproject commit f1c0fc76a9195fba84f8e709bc9297e97d7c9214
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<Authors></Authors>
|
||||
<Company></Company>
|
||||
<Version>0.6.1</Version>
|
||||
<Version>0.6.2</Version>
|
||||
<Description></Description>
|
||||
<Copyright></Copyright>
|
||||
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ public partial class ApiController
|
|||
{
|
||||
while (!ct.IsCancellationRequested)
|
||||
{
|
||||
await Task.Delay(250, ct).ConfigureAwait(false);
|
||||
await Task.Delay(500, ct).ConfigureAwait(false);
|
||||
var queueResponse = await SendRequestAsync<object>(HttpMethod.Get, MareFiles.RequestCheckQueueFullPath(fileTransfer.DownloadUri, requestId)).ConfigureAwait(false);
|
||||
try
|
||||
{
|
||||
|
|
@ -83,7 +83,7 @@ public partial class ApiController
|
|||
break;
|
||||
}
|
||||
|
||||
await Task.Delay(TimeSpan.FromSeconds(1)).ConfigureAwait(false);
|
||||
await Task.Delay(TimeSpan.FromSeconds(5)).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue