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

Commit

Permalink
increase cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed Apr 5, 2019
1 parent 6629cfd commit 3942f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module.exports = {
cacheDir: `${__dirname}/cache`,
cacheSize: 50 * 1024 * 1024 // 50 mb
cacheSize: 5 * (1024 ** 3) // 5GB
};

0 comments on commit 3942f38

Please sign in to comment.