CASSANDRA-19685 - Add auto_hints_cleanup_enabled to web documentation

patch by Bernardo Botella; reviewed by Francisco Guerrero, Yifan Cai for CASSANDRA-19685
This commit is contained in:
Bernardo Botella 2024-06-07 11:44:31 -07:00 committed by Francisco Guerrero
parent 315cbac255
commit ca729f6fad
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,10 @@ megabytes. |`128MiB`
|`hints_compression` |Compression to apply to the hint files. If
omitted, hints files will be written uncompressed. LZ4, Snappy, and
Deflate compressors are supported. |`LZ4Compressor`
|`auto_hints_cleanup_enabled` |Enable / disable automatic cleanup for the
expired and orphaned hints files. Disable the option in order to preserve
those hints on the disk. Available since version 4.1. |`false`
|===
== Configuring Hints at Runtime with `nodetool`