mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 19:57:23 +01:00
increase timer again
This commit is contained in:
parent
738c913be9
commit
7f49ca8627
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ public class MareConfigurationServiceClient<T> : IHostedService, IConfigurationS
|
|||
_logger.LogError(ex, "Failure getting or updating properties from GRPC, retrying in 30min");
|
||||
}
|
||||
|
||||
await Task.Delay(TimeSpan.FromMinutes(1), ct).ConfigureAwait(false);
|
||||
await Task.Delay(TimeSpan.FromMinutes(30), ct).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue