This commit is contained in:
2020-05-25 17:08:13 +00:00
parent 396d81dca1
commit ae7fc1afcc
2 changed files with 11 additions and 5 deletions

View File

@@ -29,9 +29,9 @@ namespace AyaNova.Generator
private readonly IServiceProvider provider;
#if(DEBUG)
private const int GENERATE_SECONDS = 15;
private const int GENERATE_SECONDS = 5;
#else
private const int GENERATE_SECONDS = 30;
private const int GENERATE_SECONDS = 20;
#endif
// public GeneratorService(ILogger<GeneratorService> logger, AyContext dbcontext, ApiServerState apiServerState)