Apparently people do not understand this part clear enough

This commit is contained in:
JustArchi
2017-02-05 09:05:50 +01:00
parent e7b6cc7801
commit 941e19ecc5

View File

@@ -172,7 +172,7 @@ namespace ArchiSteamFarm {
if (!Runtime.IsRuntimeSupported) {
ASF.ArchiLogger.LogGenericError(Strings.WarningRuntimeUnsupported);
await Task.Delay(10 * 1000).ConfigureAwait(false);
await Task.Delay(60 * 1000).ConfigureAwait(false);
}
await InitGlobalDatabaseAndServices().ConfigureAwait(false);