Skip to content

Commit

Permalink
add dynamic flags (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaByte875 committed Sep 28, 2023
1 parent bba1c1b commit 7898790
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/apps/v1alpha1/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ var DynamicFlags = map[string]string{
"rocksdb_db_options": "{}",
"rocksdb_column_family_options": `{"write_buffer_size":"67108864","max_write_buffer_number":"4","max_bytes_for_level_base":"268435456"}`,
"rocksdb_block_based_table_options": `{"block_size":"8192"}`,
"prioritize_intra_zone_reading": "false",
"stick_to_intra_zone_on_failure": "false",
"sync_meta_when_use_space": "false",
"validate_session_timestamp": "true",
}

const (
Expand Down

0 comments on commit 7898790

Please sign in to comment.