const crypto/tls.ticketKeyLifetime
2 uses
crypto/tls (current package)
common.go#L711: ticketKeyLifetime = 7 * 24 * time.Hour // 7 days
common.go#L874: if c.time().Sub(k.created) < ticketKeyLifetime {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)