Skip to content

Commit

Permalink
SKALED-1674 Faster exit if sending snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalit committed Sep 27, 2023
1 parent 608e2c7 commit 599a8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libweb3jsonrpc/Skale.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ nlohmann::json Skale::impl_skale_getSnapshot( const nlohmann::json& joRequest, C
m_client.chainParams().sChain.snapshotDownloadTimeout ) {
if ( threadExitRequested )
break;
sleep( 30 );
sleep( 10 );
}

clog( VerbosityInfo, "skale_downloadSnapshotFragmentMonitorThread" )
Expand Down

0 comments on commit 599a8cc

Please sign in to comment.