mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Also increase socket read timeout.
This commit is contained in:
parent
ff00a14bec
commit
e1689b6fbc
@ -68,7 +68,7 @@ private:
|
|||||||
int m_socket;
|
int m_socket;
|
||||||
/// Socket read timeout in milliseconds. Needs to be large because the key generation routine
|
/// Socket read timeout in milliseconds. Needs to be large because the key generation routine
|
||||||
/// might take long.
|
/// might take long.
|
||||||
unsigned static constexpr m_readTimeOutMS = 15000;
|
unsigned static constexpr m_readTimeOutMS = 30000;
|
||||||
char m_readBuf[512000];
|
char m_readBuf[512000];
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user