From f3850345a31cbd09c2919a388153e4aa4cd724e6 Mon Sep 17 00:00:00 2001 From: who-biz <37732338+who-biz@users.noreply.github.com> Date: Wed, 22 Jan 2020 20:38:55 -0500 Subject: [PATCH] Reduce block synchronizing count back to 100 --- src/cryptonote_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 49fb29c4..5890fdc6 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -100,7 +100,7 @@ #define CRYPTONOTE_LOCKED_TX_ALLOWED_DELTA_BLOCKS 1 #define BLOCKS_IDS_SYNCHRONIZING_DEFAULT_COUNT 10000 /* by default, blocks ids count in synchronizing */ -#define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT 200 /* by default, blocks count in blocks downloading */ +#define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT 100 /* by default, blocks count in blocks downloading */ #define CRYPTONOTE_MEMPOOL_TX_LIVETIME (86400*3) /* seconds, three days */ #define CRYPTONOTE_MEMPOOL_TX_FROM_ALT_BLOCK_LIVETIME 604800 /* seconds, one week */