Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logins aren't cached. #1

Closed
pjf opened this issue Feb 11, 2013 · 1 comment
Closed

Logins aren't cached. #1

pjf opened this issue Feb 11, 2013 · 1 comment

Comments

@pjf
Copy link
Owner

pjf commented Feb 11, 2013

It would be awesome if logins were cached, so the idone command-line tool wouldn't need to relogin every time.

@pjf
Copy link
Owner Author

pjf commented Feb 15, 2013

Implemented in v0.05.

Currently we do a ping to see if our login is successful. I think it would be better if we could skip the ping and just detect a stale session (and attempt a fresh login) on the first access. This would essentially double the speed of all our command line utilities when our session is fresh (which is most of the time).

Still, closing, as this enhancement is done.

@pjf pjf closed this as completed Feb 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant