We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3048e commit bd7c2faCopy full SHA for bd7c2fa
CollapseLauncher/Classes/Helper/Database/DBHandler.cs
@@ -120,7 +120,7 @@ public static string? UserId
120
121
public static async Task Init(bool redirectThrow = false, bool bypassEnableFlag = false)
122
{
123
- DbConfig.Init();
+ await Task.Factory.StartNew(DbConfig.Init).ConfigureAwait(false);
124
125
if (!bypassEnableFlag && !(IsEnabled ?? false))
126
0 commit comments