Loading opengl/libs/EGL/egl_cache.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ // Cache size limits. static const size_t maxKeySize = 12 * 1024; static const size_t maxValueSize = 64 * 1024; static const size_t maxTotalSize = 2 * 1024 * 1024; static const size_t maxTotalSize = 32 * 1024 * 1024; // The time in seconds to wait before saving newly inserted cache entries. static const unsigned int deferredSaveDelay = 4; Loading Loading
opengl/libs/EGL/egl_cache.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ // Cache size limits. static const size_t maxKeySize = 12 * 1024; static const size_t maxValueSize = 64 * 1024; static const size_t maxTotalSize = 2 * 1024 * 1024; static const size_t maxTotalSize = 32 * 1024 * 1024; // The time in seconds to wait before saving newly inserted cache entries. static const unsigned int deferredSaveDelay = 4; Loading