mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
* fix/metric-metadata-region-options: Remove APPEND_MODE_KEY and refactor TTL option handling in MetricEngineInner * fix/metric-metadata-region-options: Refactor metadata region options into a shared function • Extract metadata region options into region_options_for_metadata_region function • Replace inline options map with a call to the new shared function in both create.rs and open.rs files * fix: exclude typos * fix/metric-metadata-region-options: Refactor metadata region options to accept original options and remove APPEND_MODE_KEY
17 lines
273 B
TOML
17 lines
273 B
TOML
[default.extend-words]
|
|
Pn = "Pn"
|
|
ue = "ue"
|
|
worl = "worl"
|
|
ot = "ot"
|
|
unqualifed = "unqualifed"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"corrupted",
|
|
"tests-fuzz/src/data/lorem_words",
|
|
"*.sql",
|
|
"*.result",
|
|
"src/pipeline/benches/data.log",
|
|
"cyborg/pnpm-lock.yaml"
|
|
]
|