services.cassandra.fullRepairInterval

NixOS option

Set the interval how often full repairs are run, i.e. nodetool repair --full is executed. See https://cassandra.apache.org/doc/latest/operating/repair.html for more information. Set to null to disable full repairs.

type: null or string
Default
"3w"
Example
null
declared in: nixos/modules/services/databases/cassandra.nixView source on NixOS/nixpkgs →