nostrdb/varint: switch to 64 bit varints

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2023-12-23 13:20:52 -08:00
committed by Daniel D’Aquino
parent 4c55459c1f
commit 76862776b8
5 changed files with 69 additions and 101 deletions

View File

@@ -266,7 +266,7 @@ struct ndb_text_search_key
const char *str;
uint64_t timestamp;
uint64_t note_id;
int word_index;
uint64_t word_index;
};
struct ndb_text_search_result {