MyNixOS website logo
option

services.synapse-auto-compressor.settings.levels

Sizes of each new level in the compression algorithm, as a comma-separated list. The first entry in the list is for the lowest, most granular level, with each subsequent entry being for the next highest level. The number of entries in the list determines the number of levels that will be used. The sum of the sizes of the levels affects the performance of fetching the state from the database, as the sum of the sizes is the upper bound on the number of iterations needed to fetch a given set of state.

Declarations
Type
list of signed integer
Default
[
  100
  50
  25
]