From 9904409bed10c0b627930042755a593e7d017b44 Mon Sep 17 00:00:00 2001 From: Kofo Okesola Date: Thu, 23 Jan 2025 09:26:19 +0100 Subject: [PATCH] Update apidef/oas/authentication.go Co-authored-by: andyo-tyk <99968932+andyo-tyk@users.noreply.github.com> --- apidef/oas/authentication.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidef/oas/authentication.go b/apidef/oas/authentication.go index f6fc1f7efbb..75b41efe6e1 100644 --- a/apidef/oas/authentication.go +++ b/apidef/oas/authentication.go @@ -86,7 +86,7 @@ type KeyRetentionPeriod struct { // Tyk classic API definition: `expire_analytics_after`. Value ReadableDuration `bson:"value" json:"value"` // RespectExpiry ensures that Tyk respects the expiry configured in the key when the API level configuration grants a shorter lifetime. - //That is, Redis waits the key expiration for physical removal. + //That is, Redis waits until the the key has expired before deleting it. RespectExpiry bool `bson:"respectExpiry,omitempty" json:"respectExpiry,omitempty"` }