diff options
author | brian@zim.(none) <> | 2007-03-23 18:51:56 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2007-03-23 18:51:56 -0700 |
commit | bbe97fa4e3adff4d85650eb3f372183e63d79b26 (patch) | |
tree | 0ae01e9638f12411d31c0960dcc77548d6098620 /storage/archive/azlib.h | |
parent | 9da24df4e03f417ee2fe857ae93081dbbf327bc5 (diff) | |
download | mariadb-git-bbe97fa4e3adff4d85650eb3f372183e63d79b26.tar.gz |
Added delayed open of file descriptors to cut down on issues surrounding large collections of partitions being open by many threads.
Diffstat (limited to 'storage/archive/azlib.h')
-rw-r--r-- | storage/archive/azlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/archive/azlib.h b/storage/archive/azlib.h index 663b746ec52..a5bee1befae 100644 --- a/storage/archive/azlib.h +++ b/storage/archive/azlib.h @@ -196,7 +196,7 @@ extern "C" { /* The deflate compression method (the only one supported in this version) */ #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ -#define AZ_BUFSIZE_READ 524288 +#define AZ_BUFSIZE_READ 32768 #define AZ_BUFSIZE_WRITE 16384 |