You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/05/26 21:26:52 UTC

[GitHub] [trafficcontrol] traeak commented on a diff in pull request #6865: t3c/regex_revalidate: remove STALE keyword for default rule.

traeak commented on code in PR #6865:
URL: https://github.com/apache/trafficcontrol/pull/6865#discussion_r883096309


##########
lib/go-atscfg/regexrevalidatedotconfig.go:
##########
@@ -41,6 +41,12 @@ const DefaultMaxRevalDurationDays = 90
 const JobKeywordPurge = "PURGE"
 const RegexRevalidateMinTTL = time.Hour
 
+type RevalType string
+
+const MISS = RevalType("MISS")

Review Comment:
   Okay i can do that.  thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org