remove quadrable and yesstr

This commit is contained in:
Doug Hoyte
2023-04-29 15:20:04 -04:00
parent 522258dafa
commit 0cbc937bf0
25 changed files with 35 additions and 600 deletions

View File

@ -2,5 +2,4 @@
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.
const size_t MAX_INDEXED_TAG_VAL_SIZE = 255;