diff --git a/include/woff2/output.h b/include/woff2/output.h index dc78ccf..377e66c 100644 --- a/include/woff2/output.h +++ b/include/woff2/output.h @@ -17,7 +17,7 @@ namespace woff2 { // Suggested max size for output. -const size_t kDefaultMaxSize = 30 * 1024 * 1024; +const size_t kDefaultMaxSize = 128 * 1024 * 1024; /** * Output interface for the woff2 decoding.