Skip to content

Commit

Permalink
Change Pull CDN wording for clarity (donnemartin#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengadbois authored and donnemartin committed Apr 8, 2017
1 parent 32a537b commit 424c346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ Sites with a small amount of traffic or sites with content that isn't often upda

### Pull CDNs

Pull CDNs grab new content from your server when the first user requests the content. You leave the content on your server and rewrite URLs to point to the CDN. This results in a slower request until the content is cached on the server.
Pull CDNs grab new content from your server when the first user requests the content. You leave the content on your server and rewrite URLs to point to the CDN. This results in a slower request until the content is cached on the CDN.

A [time-to-live (TTL)](https://en.wikipedia.org/wiki/Time_to_live) determines how long content is cached. Pull CDNs minimize storage space on the CDN, but can create redundant traffic if files expire and are pulled before they have actually changed.

Expand Down

0 comments on commit 424c346

Please sign in to comment.