diff --git a/storage.c b/storage.c index e4baba4..7e808c3 100644 --- a/storage.c +++ b/storage.c @@ -40,7 +40,6 @@ char STORAGEDIR[BUFSIZ] = STORAGEDEFAULT; -#define LINESIZE 8192 #define LARGEBUF (BUFSIZ * 2) static struct gcache *gc = NULL; diff --git a/util.c b/util.c index a3246d9..a20a290 100644 --- a/util.c +++ b/util.c @@ -38,7 +38,7 @@ #include "udata.h" #ifndef LINESIZE -# define LINESIZE 8192 +# define LINESIZE (32 * 1024) #endif int is_directory(char *path)