god damn it (again)
This commit is contained in:
parent
41e1ad4bf0
commit
d736420986
@ -21,7 +21,7 @@ namespace qtc_api.Services.CurrencyGamesService
|
|||||||
|
|
||||||
public Task StartAsync(CancellationToken cancellationToken)
|
public Task StartAsync(CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
Timer = new Timer(Timer_Elapsed, null, TimeSpan.Zero, TimeSpan.FromMinutes(1));
|
Timer = new Timer(Timer_Elapsed, null, TimeSpan.Zero, TimeSpan.FromMinutes(10));
|
||||||
|
|
||||||
logger.LogInformation("Stock Market Loop Started");
|
logger.LogInformation("Stock Market Loop Started");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user