mirror of
https://github.com/monero-project/monero.git
synced 2025-08-13 12:45:32 -04:00
Merge pull request #206
1b46226
std::atomic_flag has no copy/move constructor, can't have a vector (Thomas Winget)df53c0a
small typo in previous commit (Thomas Winget)4a53898
DNS seed timeout and fallback (Thomas Winget)
This commit is contained in:
commit
24ddfa792e
2 changed files with 59 additions and 11 deletions
|
@ -33,6 +33,8 @@
|
|||
#include <string>
|
||||
#include <boost/uuid/uuid.hpp>
|
||||
|
||||
#define CRYPTONOTE_DNS_TIMEOUT_MS 20000
|
||||
|
||||
#define CRYPTONOTE_MAX_BLOCK_NUMBER 500000000
|
||||
#define CRYPTONOTE_MAX_BLOCK_SIZE 500000000 // block header blob limit, never used!
|
||||
#define CRYPTONOTE_GETBLOCKTEMPLATE_MAX_BLOCK_SIZE 196608 //size of block (bytes) that is the maximum that miners will produce
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue