Fixed update time for providers.

This commit is contained in:
Roger Far 2021-11-24 13:55:28 -07:00
parent 6a569e7264
commit 24deccccec

View file

@ -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