does smaller size work?
This commit is contained in:
parent
9f4cd372d8
commit
a54e0a7f8b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ main(void)
|
|||
printf("main: error: pipe2: object %lu\n", i);
|
||||
exit(-1);
|
||||
}
|
||||
ret = fcntl(spray[i][0], F_SETPIPE_SZ, 2 << 12);
|
||||
ret = fcntl(spray[i][0], F_SETPIPE_SZ, 8);
|
||||
if (ret < 0) {
|
||||
printf("main: error: fcntl: object %lu\n", i);
|
||||
exit(-1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue