Skip to content

Commit

Permalink
[cassandra] Change compaction window default to 2hrs
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Nov 30, 2024
1 parent 557f149 commit a19194a
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 a19194a

Please sign in to comment.