server manifest creation at startup
This commit is contained in:
parent
dec8fbef33
commit
1aa8eb984d
@ -35,6 +35,7 @@ static class Server
|
||||
|
||||
Config = ServerConfig.LoadOrCreateDefault();
|
||||
|
||||
Manifests.CreateAllManifests();
|
||||
CheckUpdates();
|
||||
// check for updates every 5 minutes
|
||||
var updateCheckTimer = new Timer(true, 5*60 * 1000, CheckUpdates);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user