Skip to content

Commit

Permalink
Extend re-registration maximum interval from 7 days to 45
Browse files Browse the repository at this point in the history
  • Loading branch information
bradtgmurray committed Jan 17, 2024
1 parent e57ee20 commit 3bed8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imessage/direct/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (dc *Connector) FinishAuth(ctx context.Context, response *ids.AuthResponse)
const day = 24 * time.Hour
const DefaultRegisterCheckInterval = 1 * day
const MinRegisterCheckInterval = 30 * time.Minute
const MaxReregisterInterval = 7 * day
const MaxReregisterInterval = 45 * day
const ArbitraryRegisterCheckBuffer = 2 * time.Minute

func (dc *Connector) IDSReregisterLoop(ctx context.Context) {
Expand Down

0 comments on commit 3bed8bd

Please sign in to comment.