X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdin.c;h=c4ab323d488da7dc4e1aa1b6fc05af9e88b4b717;hp=ca5eb0e19e56e604a59e9840231547edddf1d730;hb=def3ce0458757c7a82e6c0abe1b38cb7f7451536;hpb=840725e10602abd8187428924040f4bf3e04594c diff --git a/stdin.c b/stdin.c index ca5eb0e1..c4ab323d 100644 --- a/stdin.c +++ b/stdin.c @@ -1,12 +1,11 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file stdin.c Functions that deal with reading from stdin. */ -#include /* readdir() */ #include #include #include @@ -105,7 +104,7 @@ void stdin_set_defaults(struct stdin_task *sit) sit->task.pre_select = stdin_pre_select; sit->task.post_select = stdin_post_select; - sit->btrp = btr_pool_new("stdin", 64 * 1024); + sit->btrp = btr_pool_new("stdin", 128 * 1024); sprintf(sit->task.status, "stdin reader"); ret = mark_fd_nonblocking(STDIN_FILENO); if (ret >= 0)