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
As reviews of #22 , some of parameters' name in api_server.toml need to be renamed. Code need to be change accordingly:
Parameters in api_server_toml that need to be renamed:
GracefulTimeOutMs = 5000 -------------> Rename to GracefulTimeoutInMs
ConnMaxIdleTimeMs = 500000 ---------------> Rename to ConnMaxIdleTimeInMs ConnMaxLifetimeMs = 5000000 ---------------> Rename to ConnMaxLifetimeInMs
SessionExpireDay = 10 ---------------------> Rename to SessionExpireInDay
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As reviews of #22 , some of parameters' name in api_server.toml need to be renamed.
Code need to be change accordingly:
Parameters in api_server_toml that need to be renamed:
GracefulTimeOutMs = 5000 -------------> Rename to GracefulTimeoutInMs
ConnMaxIdleTimeMs = 500000 ---------------> Rename to ConnMaxIdleTimeInMs
ConnMaxLifetimeMs = 5000000 ---------------> Rename to ConnMaxLifetimeInMs
SessionExpireDay = 10 ---------------------> Rename to SessionExpireInDay
The text was updated successfully, but these errors were encountered: