From 5660d0d42df9610ba12704e04a5b51b167bed20a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 4 Dec 2003 18:25:36 +0000 Subject: Set the default stdio buffer size to 4096, rather then 256. 256 is fine of course, but many applications use this value and expect it to be larger. --- extra/Configs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 82d6bb700..151d60216 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -684,7 +684,7 @@ config UCLIBC_HAS_SCANF_GLIBC_A_FLAG choice prompt "Stdio buffer size" - default UCLIBC_HAS_STDIO_BUFSIZ_256 + default UCLIBC_HAS_STDIO_BUFSIZ_4096 help Please select a value for BUFSIZ. This will be used by the stdio subsystem as the default buffer size for a file, and -- cgit v1.2.3