mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use maxMiningTime in mining as opposed to poll counter
This commit is contained in:
@@ -126,6 +126,7 @@ private:
|
||||
|
||||
IPCSocket m_ipcSocket;
|
||||
size_t m_rpcSequence = 1;
|
||||
unsigned m_maxMiningTime = 15000; // 15 seconds
|
||||
unsigned m_sleepTime = 10;
|
||||
unsigned m_successfulMineRuns = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user