services.cassandra.incrementalRepairInterval

NixOS option

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

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