summaryrefslogtreecommitdiff
path: root/storage/ndb/include/util/InputStream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/include/util/InputStream.hpp')
-rw-r--r--storage/ndb/include/util/InputStream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/include/util/InputStream.hpp b/storage/ndb/include/util/InputStream.hpp
index 2b0e6cfc5b9..746fb7904a4 100644
--- a/storage/ndb/include/util/InputStream.hpp
+++ b/storage/ndb/include/util/InputStream.hpp
@@ -53,7 +53,7 @@ class SocketInputStream : public InputStream {
bool m_startover;
bool m_timedout;
public:
- SocketInputStream(NDB_SOCKET_TYPE socket, unsigned read_timeout_ms = 1000);
+ SocketInputStream(NDB_SOCKET_TYPE socket, unsigned read_timeout_ms = 60000);
virtual ~SocketInputStream() {}
char* gets(char * buf, int bufLen);
bool timedout() { return m_timedout; };