Skip to content

Commit

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

Address
jaegertracing#5797 (comment)

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored and anshdeep0504 committed Dec 1, 2024
1 parent 557f149 commit e52f70d
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 e52f70d

Please sign in to comment.