summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/App/ArchLinux/PackagerTools/Cache.pm1
-rw-r--r--lib/App/ArchLinux/PackagerTools/Config.pm1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/App/ArchLinux/PackagerTools/Cache.pm b/lib/App/ArchLinux/PackagerTools/Cache.pm
index 6d5bec3..c0b1aa6 100644
--- a/lib/App/ArchLinux/PackagerTools/Cache.pm
+++ b/lib/App/ArchLinux/PackagerTools/Cache.pm
@@ -48,7 +48,6 @@ method new_no_defaults($class: $context, $deps = {}) {
$self->{CHI} = CHI->new(
driver => 'File',
root_dir => $config->{cache}->{root_dir},
- cache_size => $config->{cache}->{cache_size},
);
$context->{$class} = $self;
return $self;
diff --git a/lib/App/ArchLinux/PackagerTools/Config.pm b/lib/App/ArchLinux/PackagerTools/Config.pm
index bd92c17..8fab001 100644
--- a/lib/App/ArchLinux/PackagerTools/Config.pm
+++ b/lib/App/ArchLinux/PackagerTools/Config.pm
@@ -102,7 +102,6 @@ method _get_default_config() {
return {
cache => {
root_dir => path(($ENV{XDG_CACHE_HOME} // $ENV{HOME}."/.cache")."/perlpkg/v1/")->stringify(),
- cache_size => '50M',
},
cpan => {
cache_timeout => '60m',