diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-08-15 20:50:44 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-08-15 20:50:44 +0200 |
commit | 1b54bcdc087b265b6b967430e3217d0d702d92a5 (patch) | |
tree | 8bec9a865a34cc6c32c0fe23f96c2c24f6c24e88 | |
parent | Merge pull request #2264 (diff) | |
parent | Change default block sync size from 200 to 20 (diff) | |
download | monero-1b54bcdc087b265b6b967430e3217d0d702d92a5.tar.xz |
Merge pull request #2266
7007bd14 Change default block sync size from 200 to 20 (moneromooo-monero)
-rw-r--r-- | src/cryptonote_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 8dbf1b53b..fd45c0822 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -89,7 +89,7 @@ #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 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 #define CRYPTONOTE_MEMPOOL_TX_LIVETIME 86400 //seconds, one day |