Skip to content

Commit

Permalink
fix: dont change stable code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 6, 2019
1 parent b973eef commit 16aad9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const createSetHeaders = ({ revalidate }) => {
}

module.exports = ({
cache = new Keyv(),
cache = new Keyv({ namespace: 'ssr' }),
compress: enableCompression = false,
get,
send,
Expand Down

0 comments on commit 16aad9d

Please sign in to comment.