mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 07:42:16 +00:00
`extra_scylla_cmdline_options` is a list of commandline arguments and, actually, each argument should be a separate item. Few configuration files have `--reactor-backend` option added in the format which doesn't follow this rule.
3 lines
64 B
YAML
3 lines
64 B
YAML
extra_scylla_cmdline_options:
|
|
- '--reactor-backend=linux-aio'
|