mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
20s timeout for zone117x pool
This commit is contained in:
parent
90a67a9900
commit
9b2d1bc4c2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ namespace mining
|
|||
if(!m_http_client.is_connected())
|
||||
{
|
||||
LOG_PRINT_L0("Connecting " << m_pool_ip << ":" << m_pool_port << "....");
|
||||
if(!m_http_client.connect(m_pool_ip, m_pool_port, 10000))
|
||||
if(!m_http_client.connect(m_pool_ip, m_pool_port, 20000))
|
||||
{
|
||||
LOG_PRINT_L0("Failed to connect " << m_pool_ip << ":" << m_pool_port << ", sleep....");
|
||||
epee::misc_utils::sleep_no_w(1000);
|
||||
|
|
Loading…
Reference in a new issue