Skip to content

Commit

Permalink
chore: Enable Replay for 60d [IC-82]
Browse files Browse the repository at this point in the history
  • Loading branch information
kskitek committed Oct 19, 2024
1 parent 11bc996 commit e8d8691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/models/replay.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

// maximumAllowedReplayDuration currently is 30 days.
const maximumAllowedReplayDuration = time.Hour * 24 * 30
const maximumAllowedReplayDuration = time.Hour * 24 * 80 // Due to IC-82. It should be parametrized..

// Replay Struct used for posting replay entity.
type Replay struct {
Expand Down

0 comments on commit e8d8691

Please # to comment.