-
Notifications
You must be signed in to change notification settings - Fork 638
Refactor config transformations #1787
New issue
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
Refactor config transformations #1787
Conversation
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
Рекомендуется разбить на несколько герметичных pr:
|
a130332
to
d297edd
Compare
⚪
|
⚪
|
⚪ |
} | ||
|
||
const inline std::array<std::pair<TString, TString>, 4> DEFAULT_EXECUTORS{ | ||
std::pair{TString{"IoExecutor"}, TString{"IO"}}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Можно явно не специфицировать std::pair
.
|
||
constexpr ui32 DEFAULT_INTERCONNECT_PORT = 19001; | ||
|
||
constexpr inline TStringBuf DEFAULT_ROOT_USERNAME = "root"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inline-константы... ну, такое.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
constexpr же implicitly inline, разве нет?
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
Changelog entry
Changelog category
Additional information
...