mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
increase workers stack size. fixes crashing of regex filtering
This commit is contained in:
2
main.c
2
main.c
@@ -694,7 +694,7 @@ int main(int argc,char **argv)
|
|||||||
tattrp = 0;
|
tattrp = 0;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tret = pthread_attr_setstacksize(tattrp,20<<10);
|
tret = pthread_attr_setstacksize(tattrp,80<<10);
|
||||||
if (tret)
|
if (tret)
|
||||||
perror("pthread_attr_setstacksize");
|
perror("pthread_attr_setstacksize");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user