mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-16 08:18:51 +00:00
increase DB version to 2
This commit is contained in:
1
TODO
1
TODO
@ -3,7 +3,6 @@
|
||||
more config params in negentropy
|
||||
? limit for total number of events, not just per filter
|
||||
? default since limit for sync
|
||||
increase DB version
|
||||
|
||||
features
|
||||
in sync/stream, log bytes up/down and compression ratios
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
const uint64_t CURR_DB_VERSION = 1;
|
||||
const uint64_t CURR_DB_VERSION = 2;
|
||||
const size_t MAX_SUBID_SIZE = 71; // Statically allocated size in SubId
|
||||
const size_t MAX_INDEXED_TAG_VAL_SIZE = 255;
|
||||
|
Reference in New Issue
Block a user