remove stack size & ignore lib
This commit is contained in:
@@ -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] {
|
||||
|
Reference in New Issue
Block a user