mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 22:01:26 +00:00
Merge pull request #3104 from whoisj/optimal-buffer-size
Adjusting stream buffer size to 64KB
This commit is contained in:
commit
9cdd657887
@ -875,7 +875,7 @@ void stream_list_free(git_vector *streams)
|
|||||||
git_vector_free(streams);
|
git_vector_free(streams);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define STREAM_BUFSIZE 10240
|
#define STREAM_BUFSIZE 65536
|
||||||
|
|
||||||
int git_filter_list_stream_file(
|
int git_filter_list_stream_file(
|
||||||
git_filter_list *filters,
|
git_filter_list *filters,
|
||||||
|
Loading…
Reference in New Issue
Block a user