Configuration

This page describes possible parameter configurations. Pass any desired configuration to the Client.

flushInterval

Default: 1000

Time in milliseconds between cache flushes. Smaller intervals are advised for larger traffic volumes. Represented as an integer.

Example:

Client(config={ flushInterval: 1000 })

configInterval

Default: 10000

Time in milliseconds between fetching the remote config from the Supergood wizard. Represented as an integer.

Example:

Client(config={ configInterval: 5000 })

ignoredDomains

Default: []

An array of domains to ignore when caching traffic.

In the format of:<domain-name>.<top-level-domain>

Example:

Client(config={ ignoredDomains: ['amazon.com', 'google.com', 'bbc.co.uk'] })

ignoreRedaction

Default: False

Boolean to override the redaction of all values.

Example:

Client(config={ ignoreRedaction: True })

Last updated