Skip to content

Commit

Permalink
fix dynamic flags (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaByte875 authored Oct 4, 2023
1 parent 25d6639 commit 5d33217
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apis/apps/v1alpha1/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,9 @@ var DynamicFlags = map[string]string{
"wal_ttl": "14400",
"query_concurrently": "true",
"auto_remove_invalid_space": "true",
"num_io_threads": "16",
"num_worker_threads": "0",
"max_concurrent_subtasks": "10",
"snapshot_part_rate_limit": "10485760",
"snapshot_batch_size": "1048576",
"rebuild_index_part_rate_limit": "4194304",
"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"}`,
}

const (
Expand Down

0 comments on commit 5d33217

Please sign in to comment.