mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
Passing Python `None` to setup is incorrect, because config updates are sent as a dict and `None` is treated as "unset" - meaning: use Scylla's default. Using the explicit string "none" to guarantee that audit is disabled.