Skip to content

Commit

Permalink
Update lib/request-handler.js
Browse files Browse the repository at this point in the history
Co-Authored-By: paulmelnikow <github@paulmelnikow.com>
  • Loading branch information
chris48s and paulmelnikow authored Jan 15, 2019
1 parent 2e63dbd commit 4b2495c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/request-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function handleRequest(cacheHeaderConfig, handlerOptions) {
return (queryParams, match, end, ask) => {
const reqTime = new Date()

// `defaultCacheLengthSeconds` which can be overridden by
// `defaultCacheLengthSeconds` can be overridden by
// `serviceDefaultCacheLengthSeconds` (either by category or on a badge-
// by-badge basis). Then in turn that can be overridden by
// `serviceOverrideCacheLengthSeconds` (which we expect to be used only in
Expand Down

0 comments on commit 4b2495c

Please sign in to comment.