diff options
author | root <root> | 2007-11-13 11:30:37 +0000 |
---|---|---|
committer | root <root> | 2007-11-13 11:30:37 +0000 |
commit | 110fdc6e441d5e2ef11229486534db0f5e36e87d (patch) | |
tree | 8c204af427594f94210c5a1dbf02aaf35748a63c /lzfP.h | |
parent | d73fdbeb9a5b1d65e82c22411d76fc117ad67296 (diff) |
*** empty log message ***
Diffstat (limited to 'lzfP.h')
-rw-r--r-- | lzfP.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,10 +49,10 @@ * the difference between 15 and 14 is very small * for small blocks (and 14 is usually a bit faster). * For a low-memory/faster configuration, use HLOG == 13; - * For best compression, use 15 or 16 (or more). + * For best compression, use 15 or 16 (or more, up to 23). */ #ifndef HLOG -# define HLOG 15 +# define HLOG 16 #endif /* |