We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fa587 commit eae7207Copy full SHA for eae7207
services/npm.js
@@ -19,7 +19,6 @@ const router = express.Router();
19
const cache = new LRU({
20
max: 0,
21
maxAge: 7 * 60 * 60 * 1000,
22
- updateAgeOnGet: true,
23
});
24
25
/**
0 commit comments