output DB version in info command

This commit is contained in:
Doug Hoyte
2023-02-07 08:19:13 -05:00
parent 376d7cbf1f
commit 67d11ced30
3 changed files with 16 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#pragma once
const uint64_t CURR_DB_VERSION = 1;
const size_t MAX_SUBID_SIZE = 71; // Statically allocated size in SubId
const uint64_t MAX_TIMESTAMP = 17179869184; // Safety limit to ensure it can fit in quadrable key. Good until year 2514.