mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
A bit more time for mining.
This commit is contained in:
parent
dae5f7d350
commit
ed5b63f553
@ -133,7 +133,7 @@ private:
|
|||||||
|
|
||||||
IPCSocket m_ipcSocket;
|
IPCSocket m_ipcSocket;
|
||||||
size_t m_rpcSequence = 1;
|
size_t m_rpcSequence = 1;
|
||||||
unsigned m_maxMiningTime = 15000; // 15 seconds
|
unsigned m_maxMiningTime = 30000; // 30 seconds
|
||||||
unsigned m_sleepTime = 10; // 10 milliseconds
|
unsigned m_sleepTime = 10; // 10 milliseconds
|
||||||
unsigned m_successfulMineRuns = 0;
|
unsigned m_successfulMineRuns = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user