Merge pull request #189 from drott/patch-1

Increase default max size for output to 128MB
This commit is contained in:
Rod
2025-12-11 08:55:08 -08:00
committed by GitHub
+1 -1
View File
@@ -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.