Bootstrap: Remove wasLoadedFromWeb flag

This commit is contained in:
Lars Toenning
2023-03-02 20:53:30 +01:00
parent acf8df95a6
commit 6dc2492d29
7 changed files with 1 additions and 50 deletions

View File

@@ -286,7 +286,6 @@ namespace BlackCore::Db
if (!sApp || sApp->isShuttingDown()) { return; }
if (!force && !this->isSwiftDbAccessible()) { return; }
const CGlobalSetup gs = sApp->getGlobalSetup();
if (!gs.wasLoadedFromWeb()) { return; }
const CUrl pingUrl = gs.getDbClientPingServiceUrl(type);
sApp->getFromNetwork(pingUrl, { this, &CNetworkWatchdog::replyPingClientService });
}