diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-16 21:19:53 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-17 13:11:52 +0100 |
commit | 5a283078ec3cf276dd085219f4ead51ced969224 (patch) | |
tree | f3b1d4a2ea69fd13941127e7d657ffd731b0429f /src/cryptonote_config.h | |
parent | cryptonote_protocol: kick idle synchronizing peers (diff) | |
download | monero-5a283078ec3cf276dd085219f4ead51ced969224.tar.xz |
cryptonote_protocol: large block sync size before v4
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r-- | src/cryptonote_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index fd45c0822..8ff01cf8b 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -89,6 +89,7 @@ #define BLOCKS_IDS_SYNCHRONIZING_DEFAULT_COUNT 10000 //by default, blocks ids count in synchronizing +#define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT_PRE_V4 100 //by default, blocks count in blocks downloading #define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT 20 //by default, blocks count in blocks downloading #define CRYPTONOTE_PROTOCOL_HOP_RELAX_COUNT 3 //value of hop, after which we use only announce of new block |