Skip to content

Commit

Permalink
bump DB version
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Sep 5, 2024
1 parent 8f97842 commit 052c56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once

const uint64_t CURR_DB_VERSION = 2;
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;

0 comments on commit 052c56e

Please sign in to comment.