X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=stdin.c;h=c8ee808fcb539611fb1e40cddc9c0c189fa95d50;hb=d0f36435b0f81368a778fda33f3a7df86830f5ac;hp=d978ee9a23cc7fe6f47eab17e7f46ac78032ceaf;hpb=c87045a40b9462ebeb28cc169d7bb3721c9a81d3;p=paraslash.git diff --git a/stdin.c b/stdin.c index d978ee9a..c8ee808f 100644 --- a/stdin.c +++ b/stdin.c @@ -101,7 +101,7 @@ static void stdin_post_select(struct sched *s, struct task *t) t->error = -E_STDIN_EOF; } -#define STDIN_INPUT_BUFFER_SIZE 4000 +#define STDIN_INPUT_BUFFER_SIZE (1024 * 32) static void stdin_post_select_btr(struct sched *s, struct task *t) { struct stdin_task *sit = container_of(t, struct stdin_task, task);