Helix Swarm Guide (2019.3)

Diff configuration

Swarm's Diffs feature can be customized via the following config item.

Tip

If you make a configuration change, Swarm will not use it until the Swarm config cache has been deleted. For instructions on deleting the config cache, see Swarm config cache file delete.

max_diffs

If the number of diffs is greater than the configured maximum, then the list of diffs is truncated by default. An option will be given to show all the diffs for that file.

    'diffs' => array(
'max diffs' => 1500,
),