Skip to content

API Reference / PluralmindConfig

Interface: PluralmindConfig

Defined in: types.ts:97

Properties

cacheDuration

cacheDuration: number

Defined in: types.ts:105

The amount of time to cache a system's data for, in milliseconds. After this time, the data will be considered expired and subsequent requests for it will result in a reload.

Defaults to 900000 (15 minutes).


ignoreLeadingWhitespace

ignoreLeadingWhitespace: boolean

Defined in: types.ts:113

Whether leading whitespace should be ignored when detecting proxy prefixes.

Defaults to true.