Merge "Increase the persistent storage size for SkSL Shaders" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ad7fb842e8
@@ -31,7 +31,7 @@ namespace skiapipeline {
|
||||
|
||||
// Cache size limits.
|
||||
static const size_t maxKeySize = 1024;
|
||||
static const size_t maxValueSize = 512 * 1024;
|
||||
static const size_t maxValueSize = 2 * 1024 * 1024;
|
||||
static const size_t maxTotalSize = 1024 * 1024;
|
||||
|
||||
ShaderCache::ShaderCache() {
|
||||
|
||||
Reference in New Issue
Block a user