Skip to content
Snippets Groups Projects
Commit 609184cf authored by Alexander Turenko's avatar Alexander Turenko Committed by Igor Munkin
Browse files

config/schema: add string-and-number scalar type

It is useful for options like `log_level` (with values like `5` or
`'info'`) or `synchro_quorum` (with values like `5` or `'N / 2 + 1'`).

This is a temporary solution. I want to introduce an explicit union
schema node later.

Fixes #8725

NO_DOC=the module is for internal use from the config code
NO_CHANGELOG=see NO_DOC
parent 5a6f03e5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment