summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-03-03 00:08:33 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-03-03 00:08:33 +0100
commitd28a620f4213a5fa427043c429a2fcb1bb688285 (patch)
tree9103b0d5fce2e67ccaa104515132d9a18f585155 /src
parentUpdate to new lmdbxx version (diff)
downloadnheko-d28a620f4213a5fa427043c429a2fcb1bb688285.tar.xz
Add comment to mark db keys as such
Diffstat (limited to 'src')
-rw-r--r--src/Cache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp

index eeb23393..dccf1e70 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp
@@ -50,6 +50,7 @@ static const std::string CURRENT_CACHE_FORMAT_VERSION("2020.10.20"); static const std::string SECRET("secret"); +//! Keys used for the DB static const std::string_view NEXT_BATCH_KEY("next_batch"); static const std::string_view OLM_ACCOUNT_KEY("olm_account"); static const std::string_view CACHE_FORMAT_VERSION_KEY("cache_format_version");