remove stack size & ignore lib

This commit is contained in:
王劲鹏
2021-03-31 17:15:46 +08:00
committed by osborn
parent f6f25f6344
commit 2684a78493
3 changed files with 3 additions and 6 deletions

View File

@@ -17,10 +17,8 @@
DoricJSEngine::DoricJSEngine(QObject *parent) : QObject(parent) {
mJSThreadPool.setMaxThreadCount(1);
mJSThreadPool.setStackSize(3000000000);
QtConcurrent::run(&mJSThreadPool, [this] {
qDebug() << QThread::currentThread()->stackSize();
mJSE = new DoricNativeJSE();
});
QtConcurrent::run(&mJSThreadPool, [this] {