all repos — nixfiles @ 20a401b8d2b7ee5185e1a75530b273d2e98fe8af

System and user configuration, managed by nix and home-manager

Emacs: Cache GitHub calls for longer
Alan Pearce alan@alanpearce.uk
Wed, 22 Feb 2017 11:42:11 +0100
commit

20a401b8d2b7ee5185e1a75530b273d2e98fe8af

parent

55a326314b2e8eb718a2eb201cb484a184e68da0

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -539,7 +539,9 @@ (use-package magithub
   :after magit
   :pin melpa
-  :config (magithub-feature-autoinject t))
+  :config (progn
+            (magithub-feature-autoinject t)
+            (setq magithub-cache-refresh-seconds-plist '(:issues 600 :ci-status 180 t 120))))
 #+END_SRC
 
 ** git-timemachine