Skip to content

Commit

Permalink
reduce version deprecation time to two days
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Nov 2, 2023
1 parent 7b74204 commit cda728d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// Release defaults
const (
DefaultDeprecationHours = 168 // 1 week
DefaultDeprecationHours = 48 // 2 days
DefaultAutoUpdateHours = 24
)

Expand Down

0 comments on commit cda728d

Please sign in to comment.