Skip to content

Commit

Permalink
Merge branch 'master' into adaptive-config-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored Oct 4, 2021
2 parents af6893d + 2b7fb73 commit a7b20df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/storage/es/spanstore/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const (

defaultNumTraces = 100

rolloverMaxSpanAge = time.Hour * 24 * 365 * 100
rolloverMaxSpanAge = time.Hour * 24 * 365 * 50
)

var (
Expand Down
2 changes: 1 addition & 1 deletion plugin/storage/es/spanstore/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func TestNewSpanReader(t *testing.T) {
MaxSpanAge: time.Hour * 72,
UseReadWriteAliases: true,
},
maxSpanAge: time.Hour * 24 * 365 * 100,
maxSpanAge: time.Hour * 24 * 365 * 50,
},
}
for _, test := range tests {
Expand Down

0 comments on commit a7b20df

Please sign in to comment.