Increase last-pkg-refresh ttl from 900 -> 1200s
This commit is contained in:
parent
592e16d76d
commit
b25e215d59
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
(progn
|
(progn
|
||||||
(message "Refreshing package archives")
|
(message "Refreshing package archives")
|
||||||
(package-refresh-contents)
|
(package-refresh-contents)
|
||||||
(doom-cache-set 'last-pkg-refresh t 900))
|
(doom-cache-set 'last-pkg-refresh t 1200))
|
||||||
('error
|
('error
|
||||||
(doom--refresh-pkg-cache)
|
(doom--refresh-pkg-cache)
|
||||||
(message "Failed to refresh packages: (%s) %s"
|
(message "Failed to refresh packages: (%s) %s"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue