mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-25 15:58:43 +00:00
MCOL-5093 This patch raises the hardcoded service start TO up to 2 hours (#2469)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user