Skip to content

Commit

Permalink
[cassandra] Change compaction window default to 2hrs (#6282)
Browse files Browse the repository at this point in the history
Address
#5797 (comment)

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Dec 1, 2024
1 parent 557f149 commit 39e3bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cassandra/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func DefaultConfiguration() Configuration {
TraceTTL: 2 * 24 * time.Hour,
DependenciesTTL: 2 * 24 * time.Hour,
ReplicationFactor: 1,
CompactionWindow: time.Minute,
CompactionWindow: 2 * time.Hour,
},
Connection: Connection{
Servers: []string{"127.0.0.1"},
Expand Down

0 comments on commit 39e3bfb

Please sign in to comment.