File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ bip65 = true
150150bip90 = true
151151
152152[node]
153- # The time to wait for a requested block, defaults to 5 .
154- block_latency_seconds = 5
153+ # The time to wait for a requested block, defaults to 60 .
154+ block_latency_seconds = 60
155155# The minimum fee per byte required for transaction acceptance, defaults to 1.
156156minimum_byte_fee_satoshis = 1
157157# Request that peers relay transactions, defaults to false.
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ options_metadata parser::load_settings()
408408 (
409409 " node.block_latency_seconds" ,
410410 value<uint32_t >(&configured.node .block_latency_seconds ),
411- " The time to wait for a requested block, defaults to 5 ."
411+ " The time to wait for a requested block, defaults to 60 ."
412412 )
413413 (
414414 /* Internally this is blockchain, but it is conceptually a node setting. */
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ using namespace bc::asio;
2828settings::settings ()
2929 : sync_peers(0 ),
3030 sync_timeout_seconds (5 ),
31- block_latency_seconds(5 ),
31+ block_latency_seconds(60 ),
3232 refresh_transactions(true )
3333{
3434}
You can’t perform that action at this time.
0 commit comments