BitShares-Core
6.1.0
BitShares blockchain implementation and command-line interface software
|
Go to the source code of this file.
Macros | |
#define | GRAPHENE_MIN_UNDO_HISTORY 10 |
#define | GRAPHENE_MAX_UNDO_HISTORY 10000 |
#define | GRAPHENE_MAX_NESTED_OBJECTS (200) |
#define | GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT 4 |
#define | GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT 3 |
Variables | |
const std::string | GRAPHENE_CURRENT_DB_VERSION = "20220930" |
#define GRAPHENE_MAX_NESTED_OBJECTS (200) |
Definition at line 33 of file config.hpp.
#define GRAPHENE_MAX_UNDO_HISTORY 10000 |
Definition at line 31 of file config.hpp.
#define GRAPHENE_MIN_UNDO_HISTORY 10 |
Definition at line 30 of file config.hpp.
#define GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT 3 |
Definition at line 38 of file config.hpp.
#define GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT 4 |
Definition at line 37 of file config.hpp.
const std::string GRAPHENE_CURRENT_DB_VERSION = "20220930" |
Definition at line 35 of file config.hpp.