Skip to content

Commit

Permalink
Faster APY updates
Browse files Browse the repository at this point in the history
  • Loading branch information
superbeefyboy committed Oct 8, 2020
1 parent c51bc10 commit 0542286
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ dist
.envrc
.nyc_output
coverage
db/database.json
2 changes: 1 addition & 1 deletion src/middleware/cache.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const TTL = 30 * 60;
const TTL = 15 * 60;

async function cache(ctx, next) {
if (ctx.method !== 'GET') {
Expand Down

0 comments on commit 0542286

Please sign in to comment.