Skip to content

Commit

Permalink
Merge pull request #284 from forta-network/caner/change-default-depre…
Browse files Browse the repository at this point in the history
…cation-hours

Reduce version deprecation time to two days
  • Loading branch information
canercidam authored Nov 3, 2023
2 parents 7b74204 + cda728d commit eb7d0ea
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 eb7d0ea

Please sign in to comment.