Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions api/gen/proto/go/google/v1/profile.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ phlaredb:
# CLI flag: -phlaredb.max-block-duration
[max_block_duration: <duration> | default = 3h]

# How big should a single row group be
# How big should a single row group be uncompressed
# CLI flag: -phlaredb.row-group-target-size
[row_group_target_size: <int> | default = 104857600]
[row_group_target_size: <int> | default = 1342177280]

tracing:
# Set to false to disable tracing.
Expand Down
Loading