|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet 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 = "20230906" |
| #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 = "20230906" |
Definition at line 35 of file config.hpp.
1.8.17