From 3e0cd607015726a5b1703d4c43493345df098d7f Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Wed, 20 Feb 2008 16:04:40 +0200 Subject: [PATCH] Use a bit larger read buffer --- src/osm-db-import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osm-db-import.c b/src/osm-db-import.c index df9aac8..a5d5e2b 100644 --- a/src/osm-db-import.c +++ b/src/osm-db-import.c @@ -59,7 +59,7 @@ /* Use g_convert to transliterate names.. my iconv seems to be fucked so this didn't work... */ /* #define TRANSLIT_NAMES */ -#define FILE_BUFFER 65535 +#define FILE_BUFFER (128*1024) static guint node_cnt=0; static guint node_skip_cnt=0; -- 2.39.5