Documentation ¶
Overview ¶
Package constants contains Camlistore constants.
This is a leaf package, without dependencies.
Index ¶
Constants ¶
View Source
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.
View Source
const MaxBlobSize = 16 << 20
MaxBlobSize is the max size of a single blob in Camlistore, in bytes.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.