Files
greptimedb/tests-fuzz/conf/standalone.template.toml
jeremyhi fac22575aa refactor!: unify the option names across all components (#5457)
* refactor: rename grpc options

* refactor: make the arg clearly

* chore: comments on server_addr

* chore: fix test

* chore: remove the store_addr alias

* refactor: cli option rpc_server_addr

* chore: keep store-addr alias

* chore: by comment
2025-02-06 06:37:14 +00:00

24 lines
393 B
TOML

mode = 'standalone'
enable_memory_catalog = false
require_lease_before_startup = true
[wal]
provider = "raft_engine"
file_size = '1GB'
purge_interval = '10m'
purge_threshold = '10GB'
read_batch_size = 128
sync_write = false
[storage]
type = 'File'
data_home = '{data_home}'
[grpc_options]
bind_addr = '127.0.0.1:4001'
runtime_size = 8
[procedure]
max_retry_times = 3
retry_delay = "500ms"