api-server icon indicating copy to clipboard operation
api-server copied to clipboard

rename some of parameters in api_server.toml

Open clarinette9 opened this issue 3 years ago • 0 comments

As reviews of https://github.com/bfenetworks/api-server/pull/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

clarinette9 avatar Apr 15 '22 09:04 clarinette9