Skip to content

Commit

Permalink
XTE 0.10.45
Browse files Browse the repository at this point in the history
  • Loading branch information
traaitt authored Feb 9, 2024
1 parent 47d3e2e commit 010d97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ namespace CryptoNote
};

const size_t BLOCKS_IDS_SYNCHRONIZING_DEFAULT_COUNT = 10000; // by default, blocks ids count in synchronizing
const uint64_t BLOCKS_SYNCHRONIZING_DEFAULT_COUNT = 1; // by default, blocks count in blocks downloading
const uint64_t BLOCKS_SYNCHRONIZING_DEFAULT_COUNT = 10; // by default, blocks count in blocks downloading
const size_t COMMAND_RPC_GET_BLOCKS_FAST_MAX_COUNT = 1000;

const int P2P_DEFAULT_PORT = 14451;
Expand Down

0 comments on commit 010d97a

Please sign in to comment.