30 minutes from runtime
This commit is contained in:
parent
9a15001c8b
commit
611ff17566
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
(when aws-auto-reauth
|
||||
(when 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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue