mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
ndb - Set usable timeout for atrt
(problem introduced by stew's timeout handling) storage/ndb/src/cw/cpcd/APIService.cpp: Set usable timeout for atrt
This commit is contained in:
parent
b86c73080f
commit
8625e94286
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ CPCDAPISession::CPCDAPISession(NDB_SOCKET_TYPE sock,
|
|||
: SocketServer::Session(sock)
|
||||
, m_cpcd(cpcd)
|
||||
{
|
||||
m_input = new SocketInputStream(sock);
|
||||
m_input = new SocketInputStream(sock, 7*24*60*60000);
|
||||
m_output = new SocketOutputStream(sock);
|
||||
m_parser = new Parser<CPCDAPISession>(commands, *m_input, true, true, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue