Skip to content

Commit

Permalink
Update CatchupClientAgent.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroNazarenko authored Jun 25, 2024
1 parent 2f7c743 commit 587cb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catchup/client/CatchupClientAgent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ nlohmann::json CatchupClientAgent::readCatchupResponseHeader(
CHECK_ARGUMENT( _socket )
CHECK_ARGUMENT( _requestHeader )
auto result = sChain->getIo()->readJsonHeader( _socket->getDescriptor(),
"Read catchup response", 30, _socket->getIP(), MAX_CATCHUP_DOWNLOAD_BYTES );
"Read catchup response", 300, _socket->getIP(), MAX_CATCHUP_DOWNLOAD_BYTES );
return result;
}

Expand Down Expand Up @@ -396,4 +396,4 @@ constexpr uint64_t ALLOWED_CATCHUP_DELAY_S = 30;

return syncInfo;

}
}

0 comments on commit 587cb81

Please sign in to comment.