Jzjsnow opened a new issue, #3418: URL: https://github.com/apache/amoro/issues/3418
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Currently, the ams configuration is inconsistent in the type of time interval related configuration items, some of which are of `Duration` type, such as `http-server.session-timeout`, and some of which are of `Long` type, such as `refresh-external-catalogs.interval`, which may be misused by the user. In addition, storage-related parameters such as `thrift-server.max-message-size` only support `Long` type (default unit is byte). It would be more user-friendly to support user-specified units, as in the [Apache Flink configuration](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/deployment/config/#duration). ### How should we improve? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Subtasks _No response_ ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
