MCOL-5093 This patch raises the hardcoded service start TO up to 2 hours (#2469)

This commit is contained in:
Roman Nozdrin
2022-07-22 20:25:24 +03:00
committed by GitHub
parent b57603e240
commit df431ebad9

View File

@ -27,7 +27,7 @@ class Service
protected:
// The read operation implicitly controls how long binary waits
// before it starts. This is import for DMLProc to survive rollbacks. See MCOL-5105.
static constexpr const size_t PipeReadTimeout = 1200;
static constexpr const size_t PipeReadTimeout = 7200;
// The service name, for logging
const std::string m_name;
// The pipe to send messages from the child to the parent