god damn it (again)

This commit is contained in:
Alan Moon 2025-06-26 16:21:59 -07:00
parent 41e1ad4bf0
commit d736420986

View File

@ -21,7 +21,7 @@ namespace qtc_api.Services.CurrencyGamesService
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");