From 36559762234cd334d107bcc909962ebdceb7bdf5 Mon Sep 17 00:00:00 2001 From: denis <> Date: Sun, 14 Sep 2008 17:11:19 +0000 Subject: use a more reasonable compression level --- ot_fullscrape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_fullscrape.c') diff --git a/ot_fullscrape.c b/ot_fullscrape.c index 4baaf74..0aa7fb9 100644 --- a/ot_fullscrape.c +++ b/ot_fullscrape.c @@ -135,7 +135,7 @@ static void fullscrape_make( int *iovec_entries, struct iovec **iovector, ot_tas strm.next_in = (uint8_t*)compress_buffer; strm.next_out = (uint8_t*)r; strm.avail_out = OT_SCRAPE_CHUNK_SIZE; - if( deflateInit2(&strm,9,Z_DEFLATED,31,8,Z_DEFAULT_STRATEGY) != Z_OK ) + if( deflateInit2(&strm,7,Z_DEFLATED,31,8,Z_DEFAULT_STRATEGY) != Z_OK ) fprintf( stderr, "not ok.\n" ); r = compress_buffer; } -- cgit v1.2.3