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
With
idleTimeout = 75 seconds
idleTimeout gets typed as STRING. The ObjectType is
idleTimeout
STRING
ObjectType(Map(idleTimeout -> AnnType(STRING,true,Some(75 seconds),None)))
(captured as optional and with default value "75 seconds" is ok.)
"75 seconds"
But idleTimeout should get the type DURATION(ms) instead of STRING.
DURATION(ms)
The text was updated successfully, but these errors were encountered:
09aed00
carueda
No branches or pull requests
With
idleTimeout = 75 seconds
idleTimeout
gets typed asSTRING
. The ObjectType is(captured as optional and with default value
"75 seconds"
is ok.)But
idleTimeout
should get the typeDURATION(ms)
instead ofSTRING
.The text was updated successfully, but these errors were encountered: