diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-12-18 10:45:06 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-12-18 10:45:06 +0100 |
commit | 8efd5599020b970f58b0a9ca5dc95475948901c0 (patch) | |
tree | 2508bbe0274c9435ae54e9cd0a4cd09ccf03fc9a /lib/App/ArchLinux/PackagerTools | |
parent | 5c61469b7f5048b203a2f9e1c525b573eb725de1 (diff) | |
download | App-ArchLinux-PackagerTools-8efd5599020b970f58b0a9ca5dc95475948901c0.tar.gz App-ArchLinux-PackagerTools-8efd5599020b970f58b0a9ca5dc95475948901c0.tar.xz |
Config: Clarify timeout unit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/App/ArchLinux/PackagerTools')
-rw-r--r-- | lib/App/ArchLinux/PackagerTools/Config.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/App/ArchLinux/PackagerTools/Config.pm b/lib/App/ArchLinux/PackagerTools/Config.pm index 47cff58..7a4f113 100644 --- a/lib/App/ArchLinux/PackagerTools/Config.pm +++ b/lib/App/ArchLinux/PackagerTools/Config.pm @@ -104,11 +104,11 @@ method _get_default_config() { root_dir => ($ENV{XDG_CACHE_HOME} // $ENV{HOME}."/.cache")."/perlpkg/v1/", }, archweb => { - cache_timeout => '60m', + cache_timeout => '60min', base_url => 'https://www.archlinux.org/', }, cpan => { - cache_timeout => '60m', + cache_timeout => '60min', mirror_url => 'https://cpan.metacpan.org/', }, }; |