This commit is contained in:
Martin Rotter 2023-01-18 12:47:33 +01:00
parent 14d18cf8dd
commit 9fd125dd77

View File

@ -221,7 +221,7 @@ Application::Application(const QString& id, int& argc, char** argv, const QStrin
QThreadPool::globalInstance()->setMaxThreadCount((std::min)(128, 4));
}
QThreadPool::globalInstance()->setExpiryTimeout(120s);
QThreadPool::globalInstance()->setExpiryTimeout(120000);
qDebugNN << LOGSEC_CORE << "OpenSSL version:" << QUOTE_W_SPACE_DOT(QSslSocket::sslLibraryVersionString());
qDebugNN << LOGSEC_CORE << "OpenSSL supported:" << QUOTE_W_SPACE_DOT(QSslSocket::supportsSsl());