does smaller size work?

This commit is contained in:
twoneis 2025-04-25 09:23:58 +02:00
parent 9f4cd372d8
commit a54e0a7f8b

View file

@ -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);