We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of raw numbers:
maximum_unused_login_ticket_lifetime: 300 maximum_unused_service_ticket_lifetime: 300 maximum_session_lifetime: 172800
3d => 3 days 5h => 5 hours 1s => 1 second
etc...
The text was updated successfully, but these errors were encountered:
good idea, I've pulled ActiveSupport for use in my fork and it shouldn't be too tough to implement the parsing of this format.
Sorry, something went wrong.
No branches or pull requests
Instead of raw numbers:
3d => 3 days
5h => 5 hours
1s => 1 second
etc...
The text was updated successfully, but these errors were encountered: