max-snippet-size

The max-snippet-size stanza entry defines the maximum size (in bytes) of snippets that can be cached in memory.

max-snippet-size = size_in_bytes

Description

If the snippet exceeds the configured maximum size, it cannot be cached. Instead, it will be read from the disk during the construction of each response.

Options

Usage:

This stanza entry is optional.

Default: None.

Example:

max-snippet-size = 1024

Parent topic: [snippet-filter] stanza