Files
greptimedb/tests/conf/standalone-test.toml.template
Ruihang Xia 4d478658b5 fix: pass datanode config file in distributed mode sqlness (#2631)
* fix: pass datanode config file in distributed mode sqlness

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* fix clippy

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

---------

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
2023-10-20 10:57:23 +00:00

23 lines
363 B
Plaintext

mode = 'standalone'
enable_memory_catalog = false
require_lease_before_startup = true
[wal]
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]
addr = '127.0.0.1:4001'
runtime_size = 8
[procedure]
max_retry_times = 3
retry_delay = "500ms"