Overview ▹
Overview ▾
Package constants contains Perkeep constants.
This is a leaf package, without dependencies.
Index
Package files
Constants
const DefaultMaxResizeMem = 256 << 20
DefaultMaxResizeMem is the default maximum number of bytes that will be allocated at peak for uncompressed pixel data while generating thumbnails or other resized images.
If a single image is larger than the configured size for an ImageHandler, we'll never successfully resize it. 256M is a max image of ~9.5kx9.5k*3.
const MaxBlobSize = 16 << 20
MaxBlobSize is the max size of a single blob in Perkeep, in bytes.