Asyncify event storage.
This commit is contained in:
parent
dd377358e2
commit
0a7e01f154
8 changed files with 63 additions and 60 deletions
SharpChat
|
@ -129,7 +129,7 @@ if(string.IsNullOrWhiteSpace(config.SafeReadValue("mariadb:host", string.Empty))
|
|||
} else {
|
||||
MariaDBEventStorage mdbes = new(MariaDBEventStorage.BuildConnString(config.ScopeTo("mariadb")));
|
||||
evtStore = mdbes;
|
||||
mdbes.RunMigrations();
|
||||
await mdbes.RunMigrations();
|
||||
}
|
||||
|
||||
if(hasCancelled) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue