Fixed update time for providers.
This commit is contained in:
parent
6a569e7264
commit
24deccccec
1 changed files with 1 additions and 3 deletions
|
|
@ -282,11 +282,9 @@ namespace RdtClient.Service.Services
|
||||||
|
|
||||||
if (RdtHub.HasConnections)
|
if (RdtHub.HasConnections)
|
||||||
{
|
{
|
||||||
updateTime = 5;
|
updateTime = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
updateTime = 0;
|
|
||||||
|
|
||||||
_nextUpdate = DateTime.UtcNow.AddSeconds(updateTime);
|
_nextUpdate = DateTime.UtcNow.AddSeconds(updateTime);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue