Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Feb 14, 2022
1 parent 531a0ef commit 4fef02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@

// Force response to be cached for 86400 seconds for 200 status codes, 1 second for 404, and do not cache 500 errors
fetch(request, {
cf: { cacheTtlByStatus: { "200-299": 86400, "404": 1, "500-599": 0 } }
cf: { cacheTtlByStatus: { "200-299": 86400, "404": 1, "500-599": 0 } },
});
```
Expand Down

0 comments on commit 4fef02b

Please sign in to comment.