30 minutes from runtime

This commit is contained in:
Jakub 2026-05-21 21:33:58 +08:00
parent 9a15001c8b
commit 611ff17566

View file

@ -80,7 +80,7 @@
(when aws-auto-reauth (when aws-auto-reauth
(when aws-reauth-timer (when aws-reauth-timer
(cancel-timer aws-reauth-timer)) (cancel-timer aws-reauth-timer))
(setq aws-reauth-timer (run-at-time t (* 60 aws-auto-reauth) auth-fn))))) (setq aws-reauth-timer (run-at-time 0 (* 60 aws-auto-reauth) auth-fn)))))
(provide 'aws) (provide 'aws)