mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 14:04:14 +01:00
add some connectivity changes
This commit is contained in:
parent
2307b43c65
commit
e36be97fdd
2 changed files with 3 additions and 3 deletions
|
|
@ -7,6 +7,6 @@ public class ForeverRetryPolicy : IRetryPolicy
|
|||
{
|
||||
public TimeSpan? NextRetryDelay(RetryContext retryContext)
|
||||
{
|
||||
return TimeSpan.FromSeconds(5);
|
||||
return TimeSpan.FromSeconds(new Random().Next(5, 20));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue