mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-21 14:29:10 +00:00
increase workers stack size. fixes crashing of regex filtering
This commit is contained in:
parent
68bb8c369c
commit
cf4443b7fd
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -694,7 +694,7 @@ int main(int argc,char **argv)
|
|||
tattrp = 0;
|
||||
}
|
||||
else {
|
||||
tret = pthread_attr_setstacksize(tattrp,20<<10);
|
||||
tret = pthread_attr_setstacksize(tattrp,80<<10);
|
||||
if (tret)
|
||||
perror("pthread_attr_setstacksize");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue