Merge pull request #189 from drott/patch-1
Increase default max size for output to 128MB
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
namespace woff2 {
|
namespace woff2 {
|
||||||
|
|
||||||
// Suggested max size for output.
|
// 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.
|
* Output interface for the woff2 decoding.
|
||||||
|
|||||||
Reference in New Issue
Block a user