This commit is contained in:
2020-01-24 16:29:39 +00:00
parent b1343db116
commit 0ed47340da
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ namespace AyaNova.Generator
private readonly IServiceProvider provider;
#if(DEBUG)
private const int GENERATE_SECONDS = 10;
private const int GENERATE_SECONDS = 60;
#else
private const int GENERATE_SECONDS = 60;
#endif
@@ -59,7 +59,7 @@ namespace AyaNova.Generator
protected override async Task ExecuteAsync(CancellationToken stoppingToken)
{
//don't immediately run the generator stuff on boot
bool justStarted = false;
bool justStarted = true;
log.LogDebug($"GeneratorService is starting.");