Skip to content

Commit

Permalink
Reduce block synchronizing count back to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
who-biz committed Jan 23, 2020
1 parent f640346 commit f385034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f385034

Please sign in to comment.