This commit is contained in:
@@ -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.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user