mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Http now can consume ThreadPool for async requests.
Minor clean up.
This commit is contained in:
@@ -3341,6 +3341,7 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
|
||||
const std::string& css, bool health, const std::string& healthLang,
|
||||
FeaturesHealth::OutputFormat healthFormat, const std::string& fileToOpen,
|
||||
bool stdOutLogs, bool disableFileLogs, bool openClean, bool portable ) {
|
||||
Http::setThreadPool( mThreadPool );
|
||||
DisplayManager* displayManager = Engine::instance()->getDisplayManager();
|
||||
Display* currentDisplay = displayManager->getDisplayIndex( 0 );
|
||||
mPortableMode = portable;
|
||||
|
||||
Reference in New Issue
Block a user