summaryrefslogtreecommitdiff
path: root/src/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter.c')
-rw-r--r--src/filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter.c b/src/filter.c
index 8bd7f4d07..a38a54a03 100644
--- a/src/filter.c
+++ b/src/filter.c
@@ -875,7 +875,7 @@ void stream_list_free(git_vector *streams)
git_vector_free(streams);
}
-#define STREAM_BUFSIZE 10240
+#define STREAM_BUFSIZE 65536
int git_filter_list_stream_file(
git_filter_list *filters,