Integrate EJS 4.0.10Fixes #284

* Integrate EJS 4.0.10
Fixes #284
This commit is contained in:
Michael Green
2024-02-05 00:39:44 +11:00
committed by GitHub
parent 7754fd5dda
commit 645327bdd1
6 changed files with 204 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ namespace gaseous_server
//_logger.LogInformation("Timed Hosted Service running.");
Logging.Log(Logging.LogType.Debug, "Background", "Starting background task monitor");
_timer = new Timer(DoWork, null, TimeSpan.FromSeconds(30),
_timer = new Timer(DoWork, null, TimeSpan.FromSeconds(10),
TimeSpan.FromSeconds(30));
return Task.CompletedTask;