Files
strfry/src/constants.h
2024-09-05 17:52:18 -04:00

6 lines
167 B
C

#pragma once
const uint64_t CURR_DB_VERSION = 3;
const size_t MAX_SUBID_SIZE = 71; // Statically allocated size in SubId
const size_t MAX_INDEXED_TAG_VAL_SIZE = 255;