Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Jan 7, 2025
1 parent e46e0b8 commit b18d53c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sa/saro.go
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,9 @@ func (ssa *SQLStorageAuthorityRO) SerialsForIncident(req *sapb.SerialsForInciden
//
// If ShardIdx is nonzero, GetRevokedCerts calculates shard membership based
// on temporal sharding _and_ explicit sharding (that is, sharding based on
// the shardIdx field of the revokedCertificates table).
// the shardIdx field of the revokedCertificates table). Most revoked certificates
// will be present in two shards: one based on explicit sharding and one based
// on temporal sharding (a few will have the same shard for both).
//
// The starting timestamp is treated as inclusive (certs with exactly that
// notAfter date are included), but the ending timestamp is exclusive (certs
Expand Down

0 comments on commit b18d53c

Please sign in to comment.