increase max subscription ID length, needed for hamstr client

This commit is contained in:
Doug Hoyte
2023-02-05 15:41:59 -05:00
parent fc6d5eea2e
commit 43cdd64956
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#pragma once
const size_t MAX_SUBID_SIZE = 63; // Statically allocated size in SubId
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.