You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "zrhoffman (via GitHub)" <gi...@apache.org> on 2023/02/16 16:15:37 UTC

[GitHub] [trafficcontrol-trafficops-types] zrhoffman commented on a diff in pull request #2: Add `ttlOverride` to `RequestCDN`

zrhoffman commented on code in PR #2:
URL: https://github.com/apache/trafficcontrol-trafficops-types/pull/2#discussion_r1108711901


##########
src/cdn.ts:
##########
@@ -26,17 +26,19 @@ export interface RequestCDN {
 	domainName:    string;
 	/** The name of the CDN. */
 	name:          string;
+	/**
+	 * A TTL (Time To Live) value, in seconds, that, if set, overrides all set
+	 * TTL values on Delivery Services in this CDN.
+	 */
+	ttlOverride?: number | null;

Review Comment:
   Thanks, made `ttlOverride` nullable in 5b502ead92.



-- 
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