forked from lthn/blockchain
p2pstate reset
This commit is contained in:
parent
f0f54efe17
commit
39e36cf8c8
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ using namespace epee;
|
|||
#define LOG_DEFAULT_CHANNEL "p2p"
|
||||
ENABLE_CHANNEL_BY_DEFAULT(LOG_DEFAULT_CHANNEL);
|
||||
|
||||
#define CURRENT_P2P_STORAGE_ARCHIVE_VER (CURRENCY_FORMATION_VERSION+13)
|
||||
|
||||
#define CURRENT_P2P_STORAGE_ARCHIVE_VER (CURRENCY_FORMATION_VERSION+14)
|
||||
|
||||
#define P2P_SERVER_DEFAULT_THREADS_NUM 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue