14 lines
234 B
TOML
14 lines
234 B
TOML
data_dir = "data-filter-test"
|
|
run_duration_secs = 300
|
|
|
|
[metadata_limits]
|
|
max_metadata_bytes = 65536
|
|
max_files = 10
|
|
max_name_bytes = 64
|
|
max_path_bytes = 128
|
|
max_path_depth = 4
|
|
|
|
[http]
|
|
listen = "127.0.0.1:8080"
|
|
web_dir = "src/web/dist"
|